Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/auth
OAuthFlow
Interface OAuthFlow
A single OAuth 2.0 flow as defined by the OpenAPI specification.
interface
OAuthFlow
{
authorizationUrl
?:
string
;
refreshUrl
?:
string
;
scopes
:
Record
<
string
,
string
>
;
tokenUrl
?:
string
;
}
Index
Properties
authorization
Url?
refresh
Url?
scopes
token
Url?
Properties
Optional
Readonly
authorization
Url
authorizationUrl
?:
string
Optional
Readonly
refresh
Url
refreshUrl
?:
string
Readonly
scopes
scopes
:
Record
<
string
,
string
>
Optional
Readonly
token
Url
tokenUrl
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
refresh
Url
scopes
token
Url
← Back to Website
All Versions
Libraries
Loading...
A single OAuth 2.0 flow as defined by the OpenAPI specification.