This is the generic error code for access denied. In case of a wrong scope, an InvalidScopeError will be returned.

interface AccessDeniedError {
    code: "access_denied";
    message: string;
}

Properties

Properties

code: "access_denied"
message: string