This commit is contained in:
Stavros
2025-04-03 15:44:47 +03:00
parent e43bd651b6
commit 8bf5a6067e
11 changed files with 266 additions and 211 deletions

View File

@@ -14,10 +14,10 @@ func NewOAuth(config oauth2.Config) *OAuth {
}
type OAuth struct {
Config oauth2.Config
Verifier string
Context context.Context
Token *oauth2.Token
Verifier string
Config oauth2.Config
}
func (oauth *OAuth) Init() {