Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONWebKey ¶
type JSONWebKeySet ¶
type JSONWebKeySet struct {
Keys []*JSONWebKey `json:"keys"`
}
type OIDCTenant ¶
type OIDCTenant struct {
ProviderJSON ProviderJSON
// contains filtered or unexported fields
}
func NewOIDCTenant ¶
func (*OIDCTenant) GetJWKs ¶
func (ks *OIDCTenant) GetJWKs() ([]*JSONWebKey, error)
Click to show internal directories.
Click to hide internal directories.