Type Alias NewToken

NewToken: {
    expiration?: string;
    label?: string;
    scopes?: string[];
}