@auth0/auth0-react
    Preparing search index...

    Interface RevokeRefreshTokenOptions

    Options for revoking a refresh token

    interface RevokeRefreshTokenOptions {
        audience?: string;
    }
    Index

    Properties

    Properties

    audience?: string

    Audience to identify which refresh token to revoke. Omit for default audience.