matrix-js-sdk
    Preparing search index...

    Enumeration OAuthGrantType

    The OAuth 2.0 grant types that are defined for Matrix in https://spec.matrix.org/v1.17/client-server-api/#grant-types

    Index

    Enumeration Members

    AuthorizationCode: "authorization_code"
    DeviceAuthorization: "urn:ietf:params:oauth:grant-type:device_code"

    The OAuth 2.0 Device Authorization Grant type identifier as per https://www.rfc-editor.org/rfc/rfc8628.html#section-7.2 from MSC4341.

    Note that this is UNSTABLE and may have breaking changes without notice.

    RefreshToken: "refresh_token"