auth

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorizer

type Authorizer modifier.Modifier

Authorizer is a kind of Modifier used to authorize the requests

type SecretAuthorizer

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

SecretAuthorizer authorizes the requests with the specified secret

func NewSecretAuthorizer

func NewSecretAuthorizer(secret string) *SecretAuthorizer

NewSecretAuthorizer returns an instance of SecretAuthorizer

func (*SecretAuthorizer) Modify

func (s *SecretAuthorizer) Modify(req *http.Request) error

Modify the request by adding secret authentication information

Jump to

Keyboard shortcuts

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