Documentation
Preparing search index...
@typia/interface
OpenApiV3_1
ISecurityScheme
IOAuth2
Interface IOAuth2
OAuth2 authentication.
interface
IOAuth2
{
description
?:
string
;
flows
:
OpenApiV3_1
.
ISecurityScheme
.
IOAuth2
.
IFlowSet
;
type
:
"oauth2"
;
}
Index
Properties
description?
flows
type
Properties
Optional
description
description
?:
string
Scheme description.
flows
flows
:
OpenApiV3_1
.
ISecurityScheme
.
IOAuth2
.
IFlowSet
OAuth2 flows.
type
type
:
"oauth2"
Scheme type.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
flows
type
Documentation
Loading...
OAuth2 authentication.