diff --git a/sharedauth/sharedauth.go b/sharedauth/sharedauth.go index d8e15c4..5593631 100644 --- a/sharedauth/sharedauth.go +++ b/sharedauth/sharedauth.go @@ -17,6 +17,7 @@ func (id InstallId) Validate() bool { type RedirResp struct { RedirectUrl string `json:"redirecturl"` + RequestId string `json:"requestid"` } type LauncherSession struct {