Improved substitution page
This commit is contained in:
@@ -6,4 +6,8 @@ public struct AuthKeys {
|
||||
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