Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
func Delete(ctx context.Context, factory OIDCIdPFactory, issuerMeta issuer.OIDCIssuerMeta) error
func Execute ¶
func Execute(ctx context.Context, idpComponentsFactory OIDCIdPFactory, issuerMeta issuer.OIDCIssuerMeta, forceUpdate bool) error
Types ¶
type JWK ¶
type JWK struct {
Keys []jose.JSONWebKey `json:"keys"`
}
type KeyPair ¶
type KeyPair struct {
// contains filtered or unexported fields
}
func CreateKeyPair ¶
func (*KeyPair) PrivateKey ¶
type OIDCIdPDiscovery ¶
type OIDCIdPFactory ¶
type OIDCIdPFactory interface { IdP(i issuer.OIDCIssuerMeta) (OIDCIdP, error) IdPDiscovery() OIDCIdPDiscovery IdPDiscoveryContents(i issuer.OIDCIssuerMeta) OIDCIdPDiscoveryContents }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.