openapi-fastify
Preparing search index...
OpenAPI
OpenAPIV3
OAuth2SecurityScheme
Interface OAuth2SecurityScheme
interface
OAuth2SecurityScheme
{
description
?:
string
;
flows
:
{
authorizationCode
?:
{
authorizationUrl
:
string
;
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
tokenUrl
:
string
;
}
;
clientCredentials
?:
{
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
tokenUrl
:
string
;
}
;
implicit
?:
{
authorizationUrl
:
string
;
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
}
;
password
?:
{
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
tokenUrl
:
string
;
}
;
}
;
type
:
"oauth2"
;
}
Index
Properties
description?
flows
type
Properties
Optional
description
description
?:
string
flows
flows
:
{
authorizationCode
?:
{
authorizationUrl
:
string
;
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
tokenUrl
:
string
;
}
;
clientCredentials
?:
{
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
tokenUrl
:
string
;
}
;
implicit
?:
{
authorizationUrl
:
string
;
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
}
;
password
?:
{
refreshUrl
?:
string
;
scopes
:
{
[
scope
:
string
]:
string
}
;
tokenUrl
:
string
;
}
;
}
type
type
:
"oauth2"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
flows
type
openapi-fastify
Loading...