oauth

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OAuth

type OAuth struct {
	// contains filtered or unexported fields
}

func New

func New(callbackURL, clientID, clientSecret string, scopes []string, endpoint oauth2.Endpoint) *OAuth

func (*OAuth) HandleCallback

func (o *OAuth) HandleCallback(r *http.Request, c *models.CodeHost) (*oauth2.Token, error)

func (*OAuth) LoginURL

func (o *OAuth) LoginURL(state string) string

type OAuth2Error

type OAuth2Error struct {
	Err         string
	Description string
}

func (*OAuth2Error) Error

func (e *OAuth2Error) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL