Back to Node Auth0

Interface RevokeRefreshTokensRequestContent

docs/interfaces/management.Management.RevokeRefreshTokensRequestContent.html

5.10.01.1 KB
Original Source

Interface RevokeRefreshTokensRequestContent

Example

{}Copy

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

Index

Properties

ids?user_id?client_id?audience?

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.

Optionalaudience

audience?: string

Resource server identifier (audience) to scope the revocation. Must be used with both user_id and client_id.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idsuser_idclient_idaudience