Enum ClientAuthenticationFlow
Defines the authentication flow and grant type on the OAuth token endpoint.
Namespace: Nevatech.Vsb.Repository.Security.OAuth
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ClientAuthenticationFlow
Fields
Name | Description |
---|---|
ClientCredentials | Client provides its own credentials only. |
ResourceOwner | Client provides the credentials of the resource owner. |
TokenExchange | Client provides a bearer token to request the new access token. |