uri

package
v2.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 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"

	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