ts-lambda-api - v2.5.2
Preparing search index...
<internal>
OAuthFlowObject
Interface OAuthFlowObject
interface
OAuthFlowObject
{
authorizationUrl
?:
string
;
refreshUrl
?:
string
;
scopes
:
ScopesObject
;
tokenUrl
?:
string
;
[
extensionName
:
`
x-
${
string
}
`
]:
any
;
}
Hierarchy (
View Summary
)
ISpecificationExtension
OAuthFlowObject
Indexable
[
extensionName
:
`
x-
${
string
}
`
]:
any
Index
Properties
authorization
Url?
refresh
Url?
scopes
token
Url?
Properties
Optional
authorization
Url
authorizationUrl
?:
string
Optional
refresh
Url
refreshUrl
?:
string
scopes
scopes
:
ScopesObject
Optional
token
Url
tokenUrl
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
refresh
Url
scopes
token
Url
ts-lambda-api - v2.5.2
Loading...