UPDATE: Add rederict
All checks were successful
Build and Release / release (push) Successful in 1m7s
All checks were successful
Build and Release / release (push) Successful in 1m7s
This commit is contained in:
@@ -7,3 +7,8 @@ type TokenEntity struct {
|
||||
Token string `json:"token"`
|
||||
TokenType constants.TokenType `json:"token_type"`
|
||||
}
|
||||
|
||||
type OAuthState struct {
|
||||
State string `json:"state"`
|
||||
RedirectURL string `json:"redirect"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user