gitlabauth

package
v0.17.3 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2026 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 AuthType

type AuthType string

AuthType represents an authentication type within GitLab.

const (
	// BasicAuth is gitlab's BasicAuth method of authentification that needs a username and a password
	BasicAuth AuthType = "BasicAuth"

	// JobToken is gitlab's JobToken method of authentification
	JobToken AuthType = "JobToken"

	// OAuthToken is gitlab's OAuthToken method of authentification
	OAuthToken AuthType = "OAuthToken"

	// PersonalAccessToken is gitlab's PersonalAccessToken method of authentification.
	PersonalAccessToken AuthType = "PersonalAccessToken"
)

Jump to

Keyboard shortcuts

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