Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59ffbc8

Browse files
authored
Merge pull request UiPath#38 from UiPath/fix/hide_authtoken
Auth token will not be written to output
2 parents ab1d23a + 98a18b1 commit 59ffbc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UiPath.PowerShell/Models/AuthToken.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using System.Management.Automation;
23

34
namespace UiPath.PowerShell.Models
45
{
@@ -9,6 +10,7 @@ public class AuthToken
910
{
1011
public string URL { get; internal set; }
1112

13+
[Hidden]
1214
public string Token { get; internal set; }
1315

1416
public bool WindowsCredentials { get; internal set; }

0 commit comments

Comments
 (0)