/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * An identity token was generated successfully. * */ export type AuthResponse = { /** * The status of the authentication */ Status: string; /** * An opaque token used to authenticate a user after a successful login */ IdentityToken?: string; };