/** * returns the configured authentication service or when absent returns the default auth service (JAAS) * * @return {string} the configured authentication method */ export function getConfiguredAuthenticationService(): string; /** * returns the configured authentication method or when absent returns the default auth mode * * @return {string} the configured authentication method */ export function getConfiguredAuthenticationMode(): string; //# sourceMappingURL=authConfig.d.ts.map