OAuth2Client
Model representing an OAuth2 Client used with obtaining access tokens and authenticating web requests.
How long the access token is valid in minutes
List of additional claims the OAuth2 Client will recieve in access tokens.
Only specific claim types are allowed by the system. Use the SupportedClaimsTypes function
on the OAuth2Manager to get the list of available claim types.
The user that will be used for permissions and auditing
Determines if authentication request are attempted or denied
The flow (grant type) of the OAuth2 Client
The unique Id of the OAuth2 Client
Determines if the client is backend client used for management
Unique name for the OAuth2 Client
List of the Uris that the server will redirect to
List of Scopes this Client is allowed to request
The current secret for the client
public OAuth2Client()
An OAuth2 Client used with obtaining access tokens and authenticating web requests.