streambird
Version:
Node.js library for the Streambird API
16 lines (15 loc) • 406 B
TypeScript
import { FactorMethodType } from "./Enums";
export declare type Method = {
methodId: string;
methodType: FactorMethodType;
lastVerifiedAt: number;
phoneNumberId?: string;
phoneNumber?: string;
emailId?: string;
email?: string;
walletType?: string;
walletId?: string;
walletPublicAddress?: string;
totpId?: string;
providerSubject?: string;
};