Home
last modified time | relevance | path

Searched refs:BeginAuth (Results 1 – 18 of 18) sorted by relevance

/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/
H A Dprovider.go16 BeginAuth(state string) (Session, error) methodSpec
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/twitter/
H A Dtwitter.go88 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/gitea/
H A Dgitea.go82 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/gitlab/
H A Dgitlab.go83 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/microsoftonline/
H A Dmicrosoftonline.go71 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/azuread/
H A Dazuread.go74 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/google/
H A Dgoogle.go69 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/yandex/
H A Dyandex.go67 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/discord/
H A Ddiscord.go85 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/facebook/
H A Dfacebook.go83 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/mastodon/
H A Dmastodon.go78 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/nextcloud/
H A Dnextcloud.go96 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/bitbucket/
H A Dbitbucket.go66 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/azureadv2/
H A Dazureadv2.go122 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/dropbox/
H A Ddropbox.go75 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/github/
H A Dgithub.go86 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/gothic/
H A Dgothic.go133 sess, err := provider.BeginAuth(SetState(req))
/dports/www/gitea/gitea-1.16.5/vendor/github.com/markbates/goth/providers/openidConnect/
H A DopenidConnect.go155 func (p *Provider) BeginAuth(state string) (goth.Session, error) { func