oidcstrings

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package oidcstrings provides constant strings used with OpenID Connect.

Index

Constants

View Source
const (
	GrantTypeDevice            = "urn:ietf:params:oauth:grant-type:device_code"
	GrantTypeImplicit          = "implicit"
	GrantTypePassword          = "password"
	GrantTypeAuthorizationCode = "code"
	GrantTypeRedelegate        = "urn:ietf:params:oauth:grant_type:redelegate"
	GrantTypeRefresh           = "refresh_token"
	GrantTypeTokenExchange     = "urn:ietf:params:oauth:grant-type:token-exchange"
)

Constants for grant types

View Source
const ConfigurationEndpointSuffix = "/.well-known/openid-configuration"

ConfigurationEndpointSuffix is the Suffix appended to the issuer url to obtain the configuration endpoint.

View Source
const (
	ScopeOpenID = "openid"
)

Constants for scope values

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