types

package
v1.21.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ScopeEmail         = "email"
	ScopeProfile       = "profile"
	ScopeOpenID        = "openid"
	ScopeOfflineAccess = "offline_access"
)
View Source
const EmptyToken = "\x00\x00"

Variables

This section is empty.

Functions

This section is empty.

Types

type CtxNonce added in v1.13.4

type CtxNonce struct{}

type ProviderConfig added in v1.15.0

type ProviderConfig struct {
	oauth2.Endpoint
	AuthCodeOptions []oauth2.AuthCodeOption
	Scopes          []string
}

type UserData

type UserData struct {
	Subject           string
	Email             string
	PreferredUsername string
}

Jump to

Keyboard shortcuts

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