THEOplayer React Native Connectors
    Preparing search index...

    Interface AdobeIdentityItem

    An end user identity item, to be included in an instance of context/identitymap.

    https://github.com/adobe/xdm/blob/master/components/datatypes/identityitem.schema.json

    interface AdobeIdentityItem {
        authenticatedState: AuthenticatedState;
        id: string;
        primary: boolean;
    }
    Index

    Properties

    authenticatedState: AuthenticatedState

    The state this identity is authenticated as for this observed ExperienceEvent.

    ambiguous.

    id: string

    Identity of the consumer in the related namespace.

    primary: boolean

    Indicates this identity is the preferred identity. Is used as a hint to help systems better organize how identities are queried.

    false.