Table of Contents

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

AuthenticationData

Status

[JsonPropertyName("status")]
public ResponseStatus Status { get; set; }

Property Value

ResponseStatus