Expanded token generation
This commit is contained in:
@@ -12,4 +12,6 @@ type Claims struct {
|
||||
|
||||
type Login struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
TokenType string `json:"token_type"`
|
||||
ExpiresIn int64 `json:"expires_in"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user