verifyMyAuthFactorOTP method
ResponseFuture<VerifyMyAuthFactorOTPResponse>
verifyMyAuthFactorOTP(
- VerifyMyAuthFactorOTPRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.VerifyMyAuthFactorOTPResponse> verifyMyAuthFactorOTP(
$0.VerifyMyAuthFactorOTPRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyMyAuthFactorOTP, request, options: options);
}