verifyMyAuthFactorOTP method

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

Implementation

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