PAOIDCClient
    Preparing search index...

    Interface SessionMonitorOptions

    Parameters required by the session monitor iframe.

    interface SessionMonitorOptions {
        session_state: string;
        sub: string;
    }
    Index

    Properties

    Properties

    session_state: string

    Session state received from OP during authentication.

    sub: string

    Subject identifier of the authenticated user.