uri

package
v2.24.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ClientIDKey            = "client_id"
	ClientSecretKey        = "client_secret"
	TokenNameKey           = "token_name"
	ScopeKey               = "scope"
	GrantTypeKey           = "grant_type"
	ExpirationKey          = "expiration"
	AudienceKey            = jwt.AudienceKey
	AccessTokenKey         = "access_token"
	ClientAssertionTypeKey = "client_assertion_type"
	ClientAssertionTypeJWT = "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"
	ClientAssertionKey     = "client_assertion"
	TokenTypeKey           = "token_type"
	ExpiresInKey           = "expires_in"
	IDFilterQuery          = "idFilter"

	OriginalTokenClaims = "originalTokenClaims"

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

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