Hierarchy (View Summary)

Index

Constructors

Accessors

  • get gmfConfigForGmfAuth(): {
        audience: string[];
        audienceExcludedPaths: string[];
        authMode: "cookie";
        checkSessionOnLoad: boolean;
        loginRequired: boolean;
        refererPolicy: ReferrerPolicy;
        url: string;
    }

    Returns {
        audience: string[];
        audienceExcludedPaths: string[];
        authMode: "cookie";
        checkSessionOnLoad: boolean;
        loginRequired: boolean;
        refererPolicy: ReferrerPolicy;
        url: string;
    }

  • get gmfConfigForOAuth(): {
        anonymousUsername: string;
        authMode: "cookie"
        | "token";
        loginUrl: string;
        logoutUrl: string;
        refererPolicy: ReferrerPolicy;
        userInfoUrl: string;
    }

    Returns {
        anonymousUsername: string;
        authMode: "cookie" | "token";
        loginUrl: string;
        logoutUrl: string;
        refererPolicy: ReferrerPolicy;
        userInfoUrl: string;
    }

Methods