matrix-js-sdk
    Preparing search index...

    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: string
    error_description?: string
    error_uri?: string
    session_state?: string