Class AuthenticationService.LoginResponse
Inherited Members
Namespace: AcousticWorkbench
Assembly: AcousticWorkbench.dll
Syntax
public class LoginResponse
Properties
| Improve this Doc View SourceAuthToken
Declaration
public string AuthToken { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
UserName
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |