/** @packageDocumentation * @module Authentication */ import { Client } from "../Client"; /** @beta */ export declare abstract class OidcClient extends Client { static readonly searchKey: string; constructor(); /** * Gets name/key to query the service URLs from the URL Discovery Service ("Buddi") * @returns Search key for the URL. */ protected getUrlSearchKey(): string; } //# sourceMappingURL=OidcClient.d.ts.map