Class ObjectTypes
- Namespace
- FoundationaLLM.Common.Constants.Authentication
- Assembly
- FoundationaLLM.Common.dll
Contains the names of common authentication object types.
public static class ObjectTypes
- Inheritance
-
ObjectTypes
- Inherited Members
Fields
Group
A group account.
public const string Group = "Group"
Field Value
Other
Other object type.
public const string Other = "Other"
Field Value
User
A user account.
public const string User = "User"