interface AuthorizationUpdateRequest {
    description?: string;
    status?: "active" | "inactive";
}

Properties

description?: string

A description of the token.

status?: "active" | "inactive"

Status of the token. If inactive, requests using the token will be rejected.

MMNEPVFCICPMFPCPTTAAATR