mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-30 05:35:44 +00:00
wip
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user