package jwks type Store struct{} func NewStore() *Store { return &Store{} }