Enum ClientGrantSubjectType
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
The type of application access the client grant allows.
public enum ClientGrantSubjectType
Fields
[EnumMember(Value = "client")] Client = 0[EnumMember(Value = "user")] User = 1