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