oauth2

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type GrantType

type GrantType string
const (
	// GrantTypeAuthorizationCode GrantType = "authorization_code"
	GrantTypeClientCredentials GrantType = "client_credentials"
)

type TokenAuthType

type TokenAuthType string
const (
	TokenAuthTypeNone              TokenAuthType = "NONE"
	TokenAuthTypeClientSecretBasic TokenAuthType = "CLIENT_SECRET_BASIC"
	TokenAuthTypeClientSecretPost  TokenAuthType = "CLIENT_SECRET_POST"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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