Documentation
¶
Index ¶
Constants ¶
View Source
const (
JWKSURI = "/openid/v1/jwks"
)
Variables ¶
This section is empty.
Functions ¶
func GenerateConfigurationDocument ¶
func GenerateConfigurationDocument(params OIDCGeneratorParams) (io.ReadSeeker, error)
func GenerateJWKSDocument ¶
func GenerateJWKSDocument(params OIDCGeneratorParams) (io.ReadSeeker, error)
Types ¶
type KeyResponse ¶
type KeyResponse struct {
Keys []jose.JSONWebKey `json:"keys"`
}
type OIDCDocumentGeneratorFunc ¶
type OIDCDocumentGeneratorFunc func(params OIDCGeneratorParams) (io.ReadSeeker, error)
type OIDCGeneratorParams ¶ added in v0.1.70
Click to show internal directories.
Click to hide internal directories.