tsk-24: Added IssuedAt to token.LoginResult
This commit is contained in:
@@ -16,6 +16,7 @@ type LoginResult struct {
|
|||||||
AccessToken string `json:"access_token"`
|
AccessToken string `json:"access_token"`
|
||||||
TokenType string `json:"token_type"`
|
TokenType string `json:"token_type"`
|
||||||
ExpiresIn int64 `json:"expires_in"`
|
ExpiresIn int64 `json:"expires_in"`
|
||||||
|
IssuedAt int64 `json:"issued_at"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Alias for LoginResult
|
// Alias for LoginResult
|
||||||
|
|||||||
Reference in New Issue
Block a user