authorization

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorization

type Authorization struct {
	AuthorizationType string
	Password          string
	Token             string
	Username          string
}

Authorization represents an HTTP authorization

func (Authorization) IsValid

func (auth Authorization) IsValid() error

IsValid checks if this authorization is valid or not

func (Authorization) ToHeaderKey

func (auth Authorization) ToHeaderKey() string

ToHeaderKey returns the key to be used when adding this authorization as a header.

func (Authorization) ToHeaderValue

func (auth Authorization) ToHeaderValue() (string, error)

ToHeaderValue returns the value to be used when adding this authorization as a header.

Jump to

Keyboard shortcuts

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