UNPKG

@intuitionrobotics/user-account

Version:
7 lines (6 loc) 419 B
import { ApiResponse, ExpressRequest, ServerApi } from "@intuitionrobotics/thunderstorm/backend"; import { AccountApi_AssertLoginSAML, PostAssertBody } from "./_imports"; export declare class AssertSamlToken extends ServerApi<AccountApi_AssertLoginSAML> { constructor(pathPart?: string); protected process(request: ExpressRequest, response: ApiResponse, queryParams: {}, body: PostAssertBody): Promise<void>; }