auth.provider API
    Preparing search index...

    A Relying Party that has completed a token exchange via this session. Source data for OIDC Back-Channel / Front-Channel Logout fanout. Per A4 §5.2.

    interface RegisteredRP {
        backchannelLogoutSessionRequired?: boolean;
        backchannelLogoutUri?: string;
        clientId: string;
        frontchannelLogoutSessionRequired?: boolean;
        frontchannelLogoutUri?: string;
        registeredAt: Date;
    }
    Index

    Properties

    backchannelLogoutSessionRequired?: boolean
    backchannelLogoutUri?: string
    clientId: string
    frontchannelLogoutSessionRequired?: boolean
    frontchannelLogoutUri?: string
    registeredAt: Date