Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type ClientStore struct + func NewClientStore() (*ClientStore, error) + func (s *ClientStore) Create(info oauth2.ClientInfo) error + func (s *ClientStore) GetByID(id string) (oauth2.ClientInfo, error) + type ClientStoreItem struct + CreatedAt time.Time + Domain string + ID string + Secret string + UpdatedAt time.Time + func (ClientStoreItem) TableName() string