v0.0.1 (download not working)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
namespace BetterIServ.Backend.Entities;
|
||||
|
||||
public struct AuthKeys {
|
||||
public string Session { get; set; }
|
||||
public string Sat { get; set; }
|
||||
public string AuthSid { get; set; }
|
||||
public string SatId { get; set; }
|
||||
public string AuthSession { get; set; }
|
||||
public string? Session { get; set; }
|
||||
public string? Sat { get; set; }
|
||||
public string? AuthSid { get; set; }
|
||||
public string? SatId { get; set; }
|
||||
public string? AuthSession { get; set; }
|
||||
|
||||
public string ToCookieString() {
|
||||
return $"IServSession={Session}; IServSAT={Sat}; IServAuthSID={AuthSid}; IServSATId={SatId}; IServAuthSession={AuthSession}";
|
||||
|
||||
Reference in New Issue
Block a user