addMyAuthFactorOTP method

ResponseFuture<AddMyAuthFactorOTPResponse> addMyAuthFactorOTP(
  1. AddMyAuthFactorOTPRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP(
    $2.AddMyAuthFactorOTPRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$addMyAuthFactorOTP, request, options: options);
}