Preparing search index...
The search index is not available
@novice1/api-doc-generator - v0.2.5
@novice1/api-doc-generator
generators/openapi/definitions
OAuthFlowObject
Interface OAuthFlowObject
interface
OAuthFlowObject
{
authorizationUrl
?:
string
;
refreshUrl
?:
string
;
scopes
?:
Record
<
string
,
string
>
;
tokenUrl
?:
string
;
}
Index
Properties
authorization
Url?
refresh
Url?
scopes?
token
Url?
Properties
Optional
authorization
Url
authorization
Url
?:
string
Optional
refresh
Url
refresh
Url
?:
string
Optional
scopes
scopes
?:
Record
<
string
,
string
>
Optional
token
Url
token
Url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
authorization
Url
refresh
Url
scopes
token
Url
@novice1/api-doc-generator - v0.2.5
Loading...