package
0.0.0-20170717123514-4b6c822be2eb
Repository: https://github.com/stretchr/gomniauth.git
Documentation: pkg.go.dev

# Functions

GetSecurityKey gets the global security key.
NewState creates a new object that can be used to persist state across authentication requests.
SetSecurityKey sets the global security key to be used for signing the state variable in the auth request.

# Constants

# Variables

# Structs

Config represent data that describes information needed to make authenticated requests.
Credentials represent data that describes information needed to make authenticated requests.
State represents a map of state arguments that can be used to persist values across the authentication process.

# Interfaces

Provider represents an authentication provider.
ProviderList represents objects capable of managing a collection of providers.
Tripper represents an object capable of making authenticated round trips.
TripperFactory describes an object responsible for making authenticated Trippers.