Websites v4 docs v5.2.5
Preparing search index...
API Reference/Models
AuthResponse
Interface AuthResponse
interface
AuthResponse
{
access_token
?:
string
;
created_at
?:
number
;
error
?:
string
;
error_description
?:
string
;
expires_in
?:
number
;
refresh_token
?:
string
;
scope
?:
string
;
token_type
?:
string
;
}
Index
Properties
access_
token?
created_
at?
error?
error_
description?
expires_
in?
refresh_
token?
scope?
token_
type?
Properties
Optional
access_
token
access_token
?:
string
Optional
created_
at
created_at
?:
number
Optional
error
error
?:
string
Optional
error_
description
error_description
?:
string
Optional
expires_
in
expires_in
?:
number
Optional
refresh_
token
refresh_token
?:
string
Optional
scope
scope
?:
string
Optional
token_
type
token_type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access_
token
created_
at
error
error_
description
expires_
in
refresh_
token
scope
token_
type
Websites v4 docs v5.2.5
Loading...