Maze / Library /PackageCache /com.unity.collab-proxy@2.0.4 /Editor /PlasticSCM /WebApi /OrganizationCredentials.cs
| using Unity.Plastic.Newtonsoft.Json; | |
| public class OrganizationCredentials | |
| { | |
| [] | |
| public string User { get; set; } | |
| [] | |
| public string Password { get; set; } | |
| } | |