Documentation
¶
Overview ¶
Package oidcserver provides a stub of OpenID Connect provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct {
IDTokenExpiry time.Time
RefreshToken string
RefreshError string // if set, Refresh() will return the error
CodeChallengeMethodsSupported []string // optional
}
Response represents a set of response values.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package handler provides a HTTP handler for the OpenID Connect Provider.
|
Package handler provides a HTTP handler for the OpenID Connect Provider. |
|
Package http provides a http server running on localhost for testing.
|
Package http provides a http server running on localhost for testing. |
Click to show internal directories.
Click to hide internal directories.