Table of Contents

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

string

Other

Other object type.

public const string Other = "Other"

Field Value

string

User

A user account.

public const string User = "User"

Field Value

string