Preparing search index...
The search index is not available
Shogun SDK Documentation v1.1.4 - v1.2.9
Shogun SDK Documentation v1.1.4
OAuthTokenResponse
Interface OAuthTokenResponse
OAuth token response
interface
OAuthTokenResponse
{
access_token
:
string
;
expires_in
:
number
;
id_token
?:
string
;
refresh_token
?:
string
;
scope
?:
string
;
token_type
:
string
;
}
Index
Properties
access_
token
expires_
in
id_
token?
refresh_
token?
scope?
token_
type
Properties
access_
token
access_token
:
string
expires_
in
expires_in
:
number
Optional
id_
token
id_token
?:
string
Optional
refresh_
token
refresh_token
?:
string
Optional
scope
scope
?:
string
token_
type
token_type
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
in
id_
token
refresh_
token
scope
token_
type
Shogun SDK Documentation v1.1.4 - v1.2.9
Loading...
OAuth token response