Typescript SDK Type Docs
Preparing search index...
Client v2
TokenInfo
Type Alias TokenInfo
type
TokenInfo
=
{
access_token
:
string
;
expires_at
:
number
;
expires_in
:
number
;
refresh_token
:
string
;
scope
?:
string
;
token_type
?:
string
;
}
Index
Properties
access_
token
expires_
at
expires_
in
refresh_
token
scope?
token_
type?
Properties
access_
token
access_token
:
string
expires_
at
expires_at
:
number
expires_
in
expires_in
:
number
refresh_
token
refresh_token
:
string
Optional
scope
scope
?:
string
Optional
token_
type
token_type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
at
expires_
in
refresh_
token
scope
token_
type
Typescript SDK Type Docs
Loading...