express-openid-connect
    Preparing search index...

    Interface ActClaim

    The act (actor) claim from an RFC 8693 delegation token exchange. Present on TokenExchangeResponse when actor_token was provided and the authorization server included the claim in the returned token.

    interface ActClaim {
        sub: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    sub: string

    Subject identifier of the acting party.