matrix-js-sdk
    Preparing search index...

    Type Alias Context

    Type representing the persistent context needed for typical OAuth flows

    type Context = {
        clientId: string;
        codeVerifier?: string;
        deviceId?: string;
        redirectUri: string;
    }
    Index
    clientId: string

    The OAuth client ID

    codeVerifier?: string

    The seed used to generate the challenge code

    deviceId?: string

    The desired device ID

    redirectUri: string

    The URI to redirect the user to with credentials after auth