interface InsufficientScopeError {
    code: "insufficient_scope";
    message: string;
}

Properties

Properties

code: "insufficient_scope"
message: string