@creator.co/module-identity-client - v1.1.11
    Preparing search index...

    Defines the structure of the session data object.

    type SessionData = {
        metadata?: any;
        renewalToken?: string;
        resourcesToken?: string;
        token?: string;
    }
    Index

    Properties

    metadata?: any

    Additional metadata associated with the session.

    renewalToken?: string

    The renewal token for the session.

    resourcesToken?: string

    The resources token for the session.

    token?: string

    The token for the session.