Class AuthenticationResponse
- Namespace
 - KartaViewSharp.V1.Response.Resources.Authentication
 
- Assembly
 - KartaViewSharp.dll
 
public sealed class AuthenticationResponse
  - Inheritance
 - 
      
      AuthenticationResponse
 
- Inherited Members
 
Constructors
AuthenticationResponse()
public AuthenticationResponse()
  Properties
Data
[JsonPropertyName("osv")]
public AuthenticationData Data { get; set; }
  Property Value
Status
[JsonPropertyName("status")]
public ResponseStatus Status { get; set; }