PAOIDCClient
    Preparing search index...

    Interface SessionCheckerOptions

    Configuration for an OP session checker iframe.

    interface SessionCheckerOptions {
        callback: (...args: any) => void;
        checkInterval?: number;
        client_id: string;
        url: string;
    }
    Index

    Properties

    callback: (...args: any) => void

    Callback invoked on session state changes.

    checkInterval?: number

    Polling interval in milliseconds.

    client_id: string

    OAuth2 client ID.

    url: string

    URL of the OP session iframe.