Interface OauthRevokePayload

interface OauthRevokePayload {
    token: string;
}

Properties

Properties

token: string