Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/auth
OAuthFlows
Interface OAuthFlows
Map of OAuth 2.0 grant-type flows.
See
OpenAPI OAuth Flows Object
interface
OAuthFlows
{
authorizationCode
?:
OAuthFlow
;
clientCredentials
?:
OAuthFlow
;
implicit
?:
OAuthFlow
;
password
?:
OAuthFlow
;
}
Index
Properties
authorization
Code?
client
Credentials?
implicit?
password?
Properties
Optional
Readonly
authorization
Code
authorizationCode
?:
OAuthFlow
Optional
Readonly
client
Credentials
clientCredentials
?:
OAuthFlow
Optional
Readonly
implicit
implicit
?:
OAuthFlow
Optional
Readonly
password
password
?:
OAuthFlow
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Code
client
Credentials
implicit
password
← Back to Website
All Versions
Libraries
Loading...
Map of OAuth 2.0 grant-type flows.
See
OpenAPI OAuth Flows Object