Documentation
Preparing search index...
Credential Provider
AccessTokenResponseSchema
Variable AccessTokenResponseSchema
Const
AccessTokenResponseSchema
:
TObject
<
{
access_token
:
TString
;
expires_in
:
TOptional
<
TNumber
>
;
refresh_token
:
TOptional
<
TString
>
;
scope
:
TOptional
<
TString
>
;
token_type
:
TOptional
<
TString
>
;
}
,
>
= ...
A schema for validating an access token returned from a compliant oauth provider.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A schema for validating an access token returned from a compliant oauth provider.