UPDATE: Add rederict
All checks were successful
Build and Release / release (push) Successful in 1m7s

This commit is contained in:
2026-03-31 12:47:15 +07:00
parent 8e2dcb817f
commit 7f589b4994
2 changed files with 56 additions and 18 deletions

View File

@@ -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"`
}