Interface iOauthRevokePayload

interface iOauthRevokePayload {
    token: string;
}

Properties

Properties

token: string

The OAuth token to revoke.

MMNEPVFCICPMFPCPTTAAATR