Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface SessionActorMetadata

    The identity of the delegating party/session actor for delegated sessions. Present only on delegated sessions. Contains "sub" and up to 5 additional primitive claims.

    interface SessionActorMetadata {
        sub: string;
    }
    Index
    sub: string

    Subject identifier of the actor