@typed-discord/rest
Preparing search index...
types
ProvisionalTokenResponse
Interface ProvisionalTokenResponse
interface
ProvisionalTokenResponse
{
access_token
:
string
;
expires_at_s
?:
number
|
null
;
expires_in
:
number
;
id_token
:
string
;
refresh_token
?:
string
|
null
;
scope
:
string
;
scopes
?:
string
[]
|
null
;
token_type
:
string
;
}
Index
Properties
access_
token
expires_
at_
s?
expires_
in
id_
token
refresh_
token?
scope
scopes?
token_
type
Properties
access_
token
access_token
:
string
Optional
expires_
at_
s
expires_at_s
?:
number
|
null
expires_
in
expires_in
:
number
id_
token
id_token
:
string
Optional
refresh_
token
refresh_token
?:
string
|
null
scope
scope
:
string
Optional
scopes
scopes
?:
string
[]
|
null
token_
type
token_type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
at_
s
expires_
in
id_
token
refresh_
token
scope
scopes
token_
type
@typed-discord/rest
Loading...