Variable ClientGrantSubjectTypeEnumConst
ClientGrantSubjectTypeEnum: {
Client: "client";
User: "user";
AnonymousUser: "anonymous_user";
} = ...
Type Declaration
-
ReadonlyClient: "client"
-
ReadonlyUser: "user"
-
ReadonlyAnonymousUser: "anonymous_user"
The type of application access the client grant allows.