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

    Interface ActClaim

    Represents the actor claim (act) in an ID token returned via a token exchange response.

    The act claim identifies the acting party — the entity that has been delegated authority to act on behalf of the subject. It is set via Auth0 Actions using the setActor command.

    interface ActClaim {
        sub?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    sub?: string

    The identifier of the acting party.