uri

package
v2.21.2 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ClientIDKey            = "client_id"
	ClientSecretKey        = "client_secret"
	ScopeKey               = "scope"
	GrantTypeKey           = "grant_type"
	AudienceKey            = jwt.AudienceKey
	AccessTokenKey         = "access_token"
	ClientAssertionTypeKey = "client_assertion_type"
	ClientAssertionTypeJWT = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"
	ClientAssertionKey     = "client_assertion"

	OriginalTokenClaims = "https://plgd.dev/originalClaims"

	Base                = "/m2m-oauth-server"
	Token               = Base + "/oauth/token"
	JWKs                = Base + "/.well-known/jwks.json"
	OpenIDConfiguration = Base + "/.well-known/openid-configuration"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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