matrix-js-sdk
    Preparing search index...

    Enumeration OAuth2Error

    Errors expected to be encountered during OAuth2 discovery, client registration, and authentication. Not intended to be displayed directly to the user.

    Index
    CodeExchangeFailed: "Failed to exchange code for token"
    DeviceAuthorizationGrantFailed: "Failed to perform device authorization grant"
    DynamicRegistrationFailed: "Dynamic registration failed"
    DynamicRegistrationInvalid: "Dynamic registration invalid response"
    DynamicRegistrationNotSupported: "Dynamic registration not supported"
    General: "Something went wrong with OAuth2 discovery"
    InvalidBearerTokenResponse: "Invalid bearer token response"
    InvalidDeviceAuthorizationResponse: "Invalid device authorization response"
    MissingOrInvalidStoredState: "State required to finish logging in is not found in storage."
    OpSupport: "Configured OAuth2 OP does not support required functions"
    RefreshTokenFailed: "Failed to refresh token"
    RevokeTokenFailed: "Failed to revoke token"