Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientStore ¶
type ClientStore struct { }
func NewClientStore ¶
func NewClientStore() *ClientStore
func (ClientStore) GetByID ¶
func (c ClientStore) GetByID(ID string) (clientInfo oauth2.ClientInfo, err error)
GetByID 实现ClientStore接口的方法
Click to show internal directories.
Click to hide internal directories.