UNPKG

@intuitionrobotics/user-account

Version:
7 lines 474 B
import { ApiResponse, type ExpressRequest, ServerApi } from "@intuitionrobotics/thunderstorm/backend"; import { type AccountApi_AssertLoginSAML, type PostAssertBody } from "./_imports.js"; export declare class AssertSamlToken extends ServerApi<AccountApi_AssertLoginSAML> { constructor(pathPart?: string); protected process(request: ExpressRequest, response: ApiResponse, queryParams: {}, body: PostAssertBody): Promise<void>; } //# sourceMappingURL=_assert.d.ts.map