<PackageReference Include="Relativity.Server.OAuth2.SDK" Version="1.5.5" />

AuthorizeResponse

public string AccessToken { get; }

public string Code { get; }

public string Error { get; }

public string ErrorDescription { get; }

public Exception Exception { get; set; }

public long ExpiresIn { get; }

public HttpStatusCode HttpStatusCode { get; set; }

public string IdentityToken { get; }

public bool IsError { get; }

public string Raw { get; }

public string Scope { get; }

public string State { get; }

public string TokenType { get; }

public Dictionary<string, string> Values { get; }

public AuthorizeResponse(string raw)

public string TryGet(string type)