Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface RevokeUserAccessRequestContent

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

    Properties

    session_id?: string

    ID of the session to revoke.

    preserve_refresh_tokens?: boolean

    Whether to preserve the refresh tokens associated with the session.