matrix-js-sdk
    Preparing search index...

    Type Alias BearerTokenResponse

    BearerTokenResponse: Omit<ValidTokenResponse, "token_type"> & {
        token_type: "Bearer";
    }

    The expected response type from the token endpoint during authorization code flow Normalized to always use capitalized 'Bearer' for token_type

    See https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.4