auth0

package
v0.20.5 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Issuer    string = "aserto.us.auth0.com"
	ClientID  string = "wxB6q804bWWiPqWRtauOeBGtZobfBWD9"
	Audience  string = "https://console.aserto.com"
	GrantType string = "urn:ietf:params:oauth:grant-type:device_code"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Settings

type Settings struct {
	Issuer                 string
	Audience               string
	ClientID               string
	GrantType              string
	RedirectURL            string
	LogoutURL              string
	AuthorizationURL       string
	DeviceAuthorizationURL string
	TokenURL               string
	UserInfoURL            string
	OpenIDConfiguration    string
	JWKS                   string
}

func GetSettings

func GetSettings(issuer, clientID, audience string) *Settings

Directories

Path Synopsis
Package pkce implements the OAuth PKCE Authorization Flow for client applications by starting a server at localhost to receive the web redirect after the user has authorized the application.
Package pkce implements the OAuth PKCE Authorization Flow for client applications by starting a server at localhost to receive the web redirect after the user has authorized the application.

Jump to

Keyboard shortcuts

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