MonoCloud Authentication SDK
    Preparing search index...

    Represents custom application state associated with an authentication request.

    This object is populated via onSetApplicationState and is persisted through the authentication flow. The resolved value is later available during session creation and can be used to carry application-specific context (for example: return targets, workflow state, or tenant hints).

    Hierarchy

    • Record<string, any>
      • ApplicationState

    Indexable

    • [key: string]: any