import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class ClientAuthentication extends ClientSDK { /** * Create authentication token * * @remarks * Creates an authentication token for the authenticated user. These are * specifically intended to be used with the [Web SDK](https://developers.glean.com/web). * * Note: The tokens generated from this endpoint are **not** valid tokens * for use with the Client API (e.g. `/rest/api/v1/*`). */ createToken(options?: RequestOptions): Promise; } //# sourceMappingURL=clientauthentication.d.ts.map