MCP TypeScript SDK (V2)
    Preparing search index...

    OAuth error codes as defined by RFC 6749 and extensions.

    Index

    Enumeration Members

    AccessDenied: "access_denied"

    The resource owner or authorization server denied the request.

    InsufficientScope: "insufficient_scope"

    The request requires higher privileges than provided by the access token.

    InvalidClient: "invalid_client"

    Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method).

    InvalidClientMetadata: "invalid_client_metadata"

    The client metadata is invalid. (Custom error for dynamic client registration - RFC 7591)

    InvalidGrant: "invalid_grant"

    The provided authorization grant or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.

    InvalidRequest: "invalid_request"

    The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.

    InvalidScope: "invalid_scope"

    The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.

    InvalidTarget: "invalid_target"

    The requested resource is invalid, missing, unknown, or malformed. (Custom error for resource indicators - RFC 8707)

    InvalidToken: "invalid_token"

    The access token provided is expired, revoked, malformed, or invalid for other reasons.

    MethodNotAllowed: "method_not_allowed"

    The HTTP method used is not allowed for this endpoint. (Custom, non-standard error)

    ServerError: "server_error"

    The authorization server encountered an unexpected condition that prevented it from fulfilling the request.

    TemporarilyUnavailable: "temporarily_unavailable"

    The authorization server is currently unable to handle the request due to temporary overloading or maintenance.

    TooManyRequests: "too_many_requests"

    Rate limit exceeded. (Custom, non-standard error based on RFC 6585)

    UnauthorizedClient: "unauthorized_client"

    The authenticated client is not authorized to use this authorization grant type.

    UnsupportedGrantType: "unsupported_grant_type"

    The authorization grant type is not supported by the authorization server.

    UnsupportedResponseType: "unsupported_response_type"

    The authorization server does not support obtaining an authorization code using this method.

    UnsupportedTokenType: "unsupported_token_type"

    The authorization server does not support the requested token type.