OAuth2ClientType Enum
Type of a client: defines how client initiates a login flow.
Possible Values
#
confidential
Clients which need a secret to initiate a login flow. Clients of this type are standalone services which execute actions on behalf of themselves.
public
Clients which do not need a secret to initiate a login flow. Clients of this type are usually (but not only) web applications which execute API calls on behalf of a user.
Usages
#
References
#
- Field type from OAuth2ClientAccess
Previous
OAuth2ClientRequest
Next
OAuth2Scope