UNPKG

@omnia/fx-models

Version:
11 lines (10 loc) 442 B
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; import { UserCredentialInfo } from "./UserCredentialInfo"; import { AuthenticationMetaData } from "./common"; export declare class PostProcessingAuthData implements AuthenticationMetaData { omniaServiceId: GuidValue; authenticationTypeId: GuidValue; userCredentialInfo: UserCredentialInfo; newPassword?: string; constructor(); }