ts-lambda-api - v2.5.2
Preparing search index...
<internal>
SecuritySchemeObject
Interface SecuritySchemeObject
interface
SecuritySchemeObject
{
bearerFormat
?:
string
;
description
?:
string
;
flows
?:
OAuthFlowsObject
;
in
?:
string
;
name
?:
string
;
openIdConnectUrl
?:
string
;
scheme
?:
string
;
type
:
SecuritySchemeType
;
[
extensionName
:
`
x-
${
string
}
`
]:
any
;
}
Hierarchy (
View Summary
)
ISpecificationExtension
SecuritySchemeObject
Indexable
[
extensionName
:
`
x-
${
string
}
`
]:
any
Index
Properties
bearer
Format?
description?
flows?
in?
name?
open
Id
Connect
Url?
scheme?
type
Properties
Optional
bearer
Format
bearerFormat
?:
string
Optional
description
description
?:
string
Optional
flows
flows
?:
OAuthFlowsObject
Optional
in
in
?:
string
Optional
name
name
?:
string
Optional
open
Id
Connect
Url
openIdConnectUrl
?:
string
Optional
scheme
scheme
?:
string
type
type
:
SecuritySchemeType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bearer
Format
description
flows
in
name
open
Id
Connect
Url
scheme
type
ts-lambda-api - v2.5.2
Loading...