We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0e6f4 commit a8325d5Copy full SHA for a8325d5
manager/auth/oauth/oauth.go
@@ -41,6 +41,7 @@ type User struct {
41
Avatar string
42
}
43
44
+// Oauth interface for oauth2
45
type Oauth interface {
46
AuthCodeURL() (string, error)
47
Exchange(string) (*oauth2.Token, error)
0 commit comments