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

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

Properties

Properties

code: "invalid_scope"
message: string