authentication

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type describes the authentication type used in a scaler

const (
	// APIKeyAuthType is a auth type using an API key
	APIKeyAuthType Type = "apiKey"
	// BasicAuthType is a auth type using basic auth
	BasicAuthType Type = "basic"
	// TLSAuthType is a auth type using TLS
	TLSAuthType Type = "tls"
	// BearerAuthType is a auth type using a bearer token
	BearerAuthType Type = "bearer"
)

Jump to

Keyboard shortcuts

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