matrix-js-sdk
Preparing search index...
matrix
DeviceAccessTokenError
Interface DeviceAccessTokenError
Error from the OIDC token endpoint when exchanging a token for grant_type device_code.
interface
DeviceAccessTokenError
{
error
:
string
;
error_description
?:
string
;
error_uri
?:
string
;
session_state
?:
string
;
}
Index
Properties
error
error_
description?
error_
uri?
session_
state?
Properties
error
error
:
string
Optional
error_
description
error_description
?:
string
Optional
error_
uri
error_uri
?:
string
Optional
session_
state
session_state
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
error_
description
error_
uri
session_
state
matrix-js-sdk
Loading...
Error from the OIDC token endpoint when exchanging a token for grant_type device_code.