add profile struct
This commit is contained in:
parent
982b60bde6
commit
8a16a26b35
@ -18,13 +18,17 @@ type RedirResp struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type LauncherSession struct {
|
type LauncherSession struct {
|
||||||
// Username string
|
// Username string
|
||||||
// DiscordId string
|
// DiscordId string
|
||||||
SessionToken string
|
SessionToken string
|
||||||
InstallId string
|
InstallId string
|
||||||
Expiry time.Time
|
Expiry time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ProfileResp struct {
|
||||||
|
Username string
|
||||||
|
}
|
||||||
|
|
||||||
type ValidateReq struct {
|
type ValidateReq struct {
|
||||||
LauncherToken string
|
LauncherToken string
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user