diff --git a/Socialvoid/Security/SessionIdentification.cs b/Socialvoid/Security/SessionIdentification.cs index 48ae07e..60f6ca2 100644 --- a/Socialvoid/Security/SessionIdentification.cs +++ b/Socialvoid/Security/SessionIdentification.cs @@ -29,13 +29,13 @@ namespace Socialvoid.Security /// since: v0.0.0 /// [JsonPropertyName("session_id")] - public string SessionID { get; internal set; } + public string SessionID { get; set; } /// /// The Public Hash of the client used when establishing the session. /// since: v0.0.0 /// [JsonPropertyName("client_public_hash")] - public string ClientPublicHash { get; internal set; } + public string ClientPublicHash { get; set; } /// /// The session challenge answer revolving around the client's /// private hash, the same client used to establish the session.