mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
parent
eed1ffe107
commit
6bba74ecb6
1 changed files with 3 additions and 0 deletions
|
|
@ -278,6 +278,9 @@ type RespLogin struct {
|
|||
DeviceID id.DeviceID `json:"device_id"`
|
||||
UserID id.UserID `json:"user_id"`
|
||||
WellKnown *ClientWellKnown `json:"well_known,omitempty"`
|
||||
|
||||
RefreshToken string `json:"refresh_token,omitempty"`
|
||||
ExpiresInMS int64 `json:"expires_in_ms,omitempty"`
|
||||
}
|
||||
|
||||
// RespLogout is the JSON response for https://spec.matrix.org/v1.2/client-server-api/#post_matrixclientv3logout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue