File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
public class User
7
7
{
8
8
[ YamlMember ( Alias = "user" ) ]
9
- public UserCrednetials UserCredentials { get ; set ; }
9
+ public UserCredentials UserCredentials { get ; set ; }
10
10
11
11
[ YamlMember ( Alias = "name" ) ]
12
12
public string Name { get ; set ; }
Original file line number Diff line number Diff line change 3
3
using YamlDotNet . RepresentationModel ;
4
4
using YamlDotNet . Serialization ;
5
5
6
- public class UserCrednetials
6
+ public class UserCredentials
7
7
{
8
8
[ YamlMember ( Alias = "client-certificate-data" ) ]
9
9
public string ClientCertificateData { get ; set ; }
@@ -14,7 +14,7 @@ public class UserCrednetials
14
14
[ YamlMember ( Alias = "token" ) ]
15
15
public string Token { get ; set ; }
16
16
17
- [ YamlMember ( Alias = "userName " ) ]
17
+ [ YamlMember ( Alias = "username " ) ]
18
18
public string UserName { get ; set ; }
19
19
20
20
[ YamlMember ( Alias = "password" ) ]
You can’t perform that action at this time.
0 commit comments