Back to Node Auth0

Interface RevokeUserAccessRequestContent

docs/interfaces/management.Management.RevokeUserAccessRequestContent.html

5.9.1902 B
Original Source

Interface RevokeUserAccessRequestContent

Example

{}Copy

interface RevokeUserAccessRequestContent {
session_id?: string;
preserve_refresh_tokens?: boolean;
}

Index

Properties

session_id?preserve_refresh_tokens?

Properties

Optionalsession_id

session_id?: string

ID of the session to revoke.

Optionalpreserve_refresh_tokens

preserve_refresh_tokens?: boolean

Whether to preserve the refresh tokens associated with the session.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties session_idpreserve_refresh_tokens