Auth0 Node.js SDK - v5.3.0
    Preparing search index...

    Variable ConnectionTypeEnumOidcConst

    ConnectionTypeEnumOidc: {
        BackChannel: "back_channel";
        FrontChannel: "front_channel";
    } = ...

    OIDC communication channel type. 'back_channel' (confidential client) exchanges tokens server-side for stronger security; 'front_channel' handles responses in the browser.

    Type Declaration

    • ReadonlyBackChannel: "back_channel"
    • ReadonlyFrontChannel: "front_channel"