verifyMyAuthFactorOTP method

ResponseFuture<VerifyMyAuthFactorOTPResponse> verifyMyAuthFactorOTP(
  1. VerifyMyAuthFactorOTPRequest request, {
  2. CallOptions? options,
})

Implementation

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