export declare const defaultTokenTypePrincipal = "access_token";
export declare const defaultTokenTypeAuthentication = "access_token";
export declare const defaultTokenGrantType = "authorization_code";
export declare const defaultRefreshGrantType = "refresh_token";
export declare const defaultCodeChallengeMethod = "S256";
export declare const defaultSearchParamsToRemoveAfterAutoRedirect: string[];
export declare const defaultSearchParamsToRemoveAfterAuthRedirect: string[];
export declare const mandatoryKeysForSSOProviders: string[];
export declare const mandatoryKeysForSSOProviderParams: string[];
export declare const isAuthDebuggingEnabled: boolean;
