Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type JWKRepository ¶
type JWKRepository struct {
// contains filtered or unexported fields
}
func NewJWKRepository ¶
func NewJWKRepository(db *sql.DB) *JWKRepository
func (*JWKRepository) DeleteOldKey ¶
func (r *JWKRepository) DeleteOldKey(now time.Time) error
func (*JWKRepository) GetLatestKey ¶
func (r *JWKRepository) GetLatestKey(now time.Time) (*JWK, error)
func (*JWKRepository) GetValidKeySet ¶
Click to show internal directories.
Click to hide internal directories.