MultiStepAuthArgsType

type MultiStepAuthArgsType = MultiStepAuthProviderType & {
verificationCode: string;
};