Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/OAuth
RawClientCredentialsTokenResponse
Interface RawClientCredentialsTokenResponse
interface
RawClientCredentialsTokenResponse
{
access_token
:
string
;
expires_in
:
number
;
scope
:
string
;
token_type
:
"Bearer"
;
webhook
?:
OAuthWebhook
;
}
Hierarchy
Omit
<
RawExchangeCodeResponse
,
"refresh_token"
>
RawClientCredentialsTokenResponse
Index
Properties
access_
token
expires_
in
scope
token_
type
webhook?
Properties
access_
token
access_
token
:
string
expires_
in
expires_
in
:
number
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
scope
token_
type
webhook
Oceanic
Loading...