Documentation
Preparing search index...
@typia/interface
OpenApi
ISecurityScheme
IOAuth2
IFlow
Interface IFlow
OAuth2 flow configuration.
interface
IFlow
{
authorizationUrl
?:
string
;
refreshUrl
?:
string
;
scopes
?:
Record
<
string
,
string
>
;
tokenUrl
?:
string
;
}
Index
Properties
authorization
Url?
refresh
Url?
scopes?
token
Url?
Properties
Optional
authorization
Url
authorizationUrl
?:
string
Authorization URL.
Optional
refresh
Url
refreshUrl
?:
string
Refresh URL.
Optional
scopes
scopes
?:
Record
<
string
,
string
>
Available scopes.
Optional
token
Url
tokenUrl
?:
string
Token URL.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
refresh
Url
scopes
token
Url
Documentation
Loading...
OAuth2 flow configuration.