Vairified TypeScript SDK - v0.3.1
Vairified
GitHub
Preparing search index...
vairified
AuthorizationResponse
Interface AuthorizationResponse
Response from starting an OAuth authorization flow.
interface
AuthorizationResponse
{
authorizationUrl
:
string
;
code
:
string
;
state
?:
string
;
}
Index
Properties
authorization
Url
code
state?
Properties
Readonly
authorization
Url
authorizationUrl
:
string
Readonly
code
code
:
string
Optional
Readonly
state
state
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Url
code
state
Quick Start
Python SDK
Vairified
GitHub
Vairified TypeScript SDK - v0.3.1
Loading...
Response from starting an OAuth authorization flow.