Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/OAuth
RawExchangeCodeResponse
Interface RawExchangeCodeResponse
interface
RawExchangeCodeResponse
{
access_token
:
string
;
expires_in
:
number
;
refresh_token
:
string
;
scope
:
string
;
token_type
:
"Bearer"
;
webhook
?:
OAuthWebhook
;
}
Index
Properties
access_
token
expires_
in
refresh_
token
scope
token_
type
webhook?
Properties
access_
token
access_
token
:
string
expires_
in
expires_
in
:
number
refresh_
token
refresh_
token
:
string
scope
scope
:
string
token_
type
token_
type
:
"Bearer"
Optional
webhook
webhook
?:
OAuthWebhook
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
access_
token
expires_
in
refresh_
token
scope
token_
type
webhook
Oceanic
Loading...