auth

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	Name() string
	StartSession(string) *Session
	Exchange(string) (*oauth2.Token, error)
	Username(*oauth2.Token) string
	Valid(*oauth2.Token) bool
	Revoke(*oauth2.Token) error
}

Provider is an abstraction of different auth methods.

type Session

type Session struct {
	AuthURL string
	Token   *oauth2.Token
}

Session stores authentication state.

func (*Session) Authorize

func (s *Session) Authorize(provider Provider, code string) error

Authorize obtains data from the provider and retains an access token that can be stored for later access.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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