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: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RedirectURIKey           = "redirect_uri"
	StateKey                 = "state"
	ClientIDKey              = "client_id"
	NonceKey                 = "nonce"
	CodeKey                  = "code"
	ScopeKey                 = "scope"
	ReturnToKey              = "returnTo"
	Auth0ClientKey           = "auth0Client"
	GrantTypeKey             = "grant_type"
	UsernameKey              = "username"
	PasswordKey              = "password"
	AudienceKey              = "audience"
	RefreshTokenKey          = "refresh_token"
	ErrorMessageKey          = "error"
	DeviceIDKey              = "deviceId"
	ResponseModeKey          = "response_mode"
	ResponseTypeKey          = "response_type"
	DeviceIDClaimKey         = "https://plgd.dev/deviceId"
	OwnerClaimKey            = "https://plgd.dev/owner"
	ClaimOverridesKey        = "claimOverrides"
	PostLogoutRedirectURIKey = "post_logout_redirect_uri"

	Token               = "/oauth/token"
	Authorize           = "/authorize"
	UserInfo            = Authorize + "/userinfo"
	JWKs                = "/.well-known/jwks.json"
	OpenIDConfiguration = "/.well-known/openid-configuration"
	LogOut              = "/v2/logout"
)

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