OAuth2ClientFlow Enum
OAuth2 flow (also authorization grant) supported by this client. See https://datatracker.ietf.org/doc/html/rfc6749#section-1.3
Possible Values
#
authorizationCode
OAuth2 flow used by web applications to authenticate users. See https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.1
clientCredentials
OAuth2 flow used by standalone services to authenticate themselves. See https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.4
implicit
OAuth2 flow used by web applications to authenticate users. See https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.2
password
OAuth2 flow used by standalone services to authenticate users. See https://datatracker.ietf.org/doc/html/rfc6749#section-1.3.3
Usages
#
References
#
- Field flows from OAuth2ClientAccess
OAuth2ClientCredentials
OAuth2ClientPage