Preparing search index...
The search index is not available
Nestia API Documents
Nestia API Documents
@samchon/openapi
SwaggerV2
ISecurityDefinition
IOauth2AccessCode
Interface IOauth2AccessCode
interface
IOauth2AccessCode
{
authorizationUrl
?:
string
;
description
?:
string
;
flow
:
"accessCode"
;
scopes
?:
Record
<
string
,
string
>
;
tokenUrl
?:
string
;
type
:
"oauth2"
;
}
Index
Properties
authorization
Url?
description?
flow
scopes?
token
Url?
type
Properties
Optional
authorization
Url
authorizationUrl
?:
string
Optional
description
description
?:
string
flow
flow
:
"accessCode"
Optional
scopes
scopes
?:
Record
<
string
,
string
>
Optional
token
Url
tokenUrl
?:
string
type
type
:
"oauth2"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
description
flow
scopes
token
Url
type
Nestia API Documents
Loading...