Back to Node Auth0

Interface RevokeRefreshTokensRequestContent

docs/interfaces/management.Management.RevokeRefreshTokensRequestContent.html

5.9.1904 B
Original Source

Interface RevokeRefreshTokensRequestContent

Example

{}Copy

interface RevokeRefreshTokensRequestContent {
ids?: string[];
user_id?: string;
client_id?: string;
}

Index

Properties

ids?user_id?client_id?

Properties

Optionalids

ids?: string[]

Array of refresh token IDs to revoke. Limited to 100 at a time.

Optionaluser_id

user_id?: string

Revoke all refresh tokens for this user.

Optionalclient_id

client_id?: string

Revoke all refresh tokens for this client.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idsuser_idclient_id