authentication

package
v0.0.0-...-97c5a11 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: BSD-3-Clause, MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authenticator

type Authenticator interface {

	// GetAuthorization returns a value that can be used for the "Authorization" header.
	// Note that the list of Request headers may not be modified and may not contain headers with the same name.
	GetAuthorization(httpMethod string, resourceURI url.URL, requestHeaders []communication.Header) (string, error)
}

Authenticator is the interface used to authenticate requests to the Worldline Global Collect platform. Thread-safe.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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