Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidScopeError

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

    interface InvalidScopeError {
        code: "invalid_scope";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "invalid_scope"

    An error identifier.

    message: string

    A plain language description of the cause of an error.