Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configurable ¶
type Configurable interface {
Initialize(ctx context.Context, openBrowser bool, config map[string]interface{}) error
}
Configurable is an interface which defines how arbitrary configuration data can be passed to a struct which implements this interface. Clients should be configurable.
type OAuth2Adapter ¶
Click to show internal directories.
Click to hide internal directories.