@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
10 lines (9 loc) • 410 B
TypeScript
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 PasswordAuthData implements AuthenticationMetaData {
omniaServiceId: GuidValue;
authenticationTypeId: GuidValue;
userCredentialInfo: UserCredentialInfo;
constructor();
}