auth.provider API
    Preparing search index...

    Interface RenderFrontchannelLogoutHtmlOptions

    interface RenderFrontchannelLogoutHtmlOptions {
        issuer: string;
        logger?: Logger;
        postLogoutRedirectUri?: string;
        redirectDelayMs?: number;
        rps: readonly FrontchannelRP[];
        sid: string;
    }
    Index

    Properties

    issuer: string
    logger?: Logger

    Optional logger for warning when an RP's frontchannelLogoutUri is invalid and its iframe must be skipped. Falls back to console when omitted.

    postLogoutRedirectUri?: string
    redirectDelayMs?: number

    Defaults to 2000ms.

    rps: readonly FrontchannelRP[]
    sid: string