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

    Interface RevokeRefreshTokensRequestContent

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

    Properties

    ids?: string[]

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

    user_id?: string

    Revoke all refresh tokens for this user.

    client_id?: string

    Revoke all refresh tokens for this client.