Skip to main content

RevokeUserAuthorizationArgs

type RevokeUserAuthorizationArgs = {
accessTokenId: string;
};

Arguments for revoking a user's authorization of a third-party app.

Properties

accessTokenId

accessTokenId: string;

The ID of the access token to revoke.