matrix-js-sdk
Preparing search index...
matrix
DeviceAccessTokenResponse
Interface DeviceAccessTokenResponse
Response from the OIDC token endpoint when exchanging a token for grant_type device_code.
interface
DeviceAccessTokenResponse
{
access_token
:
string
;
expires_in
?:
number
;
id_token
?:
string
;
refresh_token
?:
string
;
scope
?:
string
;
session_state
?:
string
;
token_type
:
string
;
}
Index
Properties
access_
token
expires_
in?
id_
token?
refresh_
token?
scope?
session_
state?
token_
type
Properties
access_
token
access_token
:
string
Optional
expires_
in
expires_in
?:
number
Optional
id_
token
id_token
?:
string
Optional
refresh_
token
refresh_token
?:
string
Optional
scope
scope
?:
string
Optional
session_
state
session_state
?:
string
token_
type
token_type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access_
token
expires_
in
id_
token
refresh_
token
scope
session_
state
token_
type
matrix-js-sdk
Loading...
Response from the OIDC token endpoint when exchanging a token for grant_type device_code.