Documentation
¶
Overview ¶
Copyright (c) 2026 Business Technologies SDPX-Licencse-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenIDConfiguration ¶
func OpenIDConfiguration(rw http.ResponseWriter, req *http.Request)
Types ¶
type OpenIDConfig ¶
func NewOpenIDConfig ¶
func NewOpenIDConfig() *OpenIDConfig
func (*OpenIDConfig) GenerateKey ¶
func (oidc *OpenIDConfig) GenerateKey() (pub ed25519.PublicKey, priv ed25519.PrivateKey, err error)
func (*OpenIDConfig) LoadPrivateKey ¶
func (oidc *OpenIDConfig) LoadPrivateKey(filename string) error
func (*OpenIDConfig) ToJSON ¶
func (oidc *OpenIDConfig) ToJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.