megalodon
Preparing search index...
OAuth
TokenData
Type Alias TokenData
type
TokenData
=
{
access_token
:
string
;
created_at
:
number
|
null
;
expires_in
:
number
|
null
;
refresh_token
:
string
|
null
;
scope
:
string
|
null
;
token_type
:
string
;
}
Index
Properties
access_
token
created_
at
expires_
in
refresh_
token
scope
token_
type
Properties
access_
token
access_token
:
string
created_
at
created_at
:
number
|
null
expires_
in
expires_in
:
number
|
null
refresh_
token
refresh_token
:
string
|
null
scope
scope
:
string
|
null
token_
type
token_type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
created_
at
expires_
in
refresh_
token
scope
token_
type
megalodon
Loading...