Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientStore ¶
type ClientStore struct {
// contains filtered or unexported fields
}
func NewClientStore ¶
func NewClientStore() (*ClientStore, error)
NewClientStore creates PostgreSQL store instance
func (*ClientStore) Create ¶
func (s *ClientStore) Create(info oauth2.ClientInfo) error
Create creates and stores the new client information
func (*ClientStore) GetByID ¶
func (s *ClientStore) GetByID(id string) (oauth2.ClientInfo, error)
GetByID retrieves and returns client information by id
Click to show internal directories.
Click to hide internal directories.