Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetConfigRequest ¶
type GetConfigRequest struct {
IDPHint string
}
type GetConfigResponse ¶
type GetOIDCProviderRequest ¶
type GetOIDCProviderRequest struct {
IDPHint string
}
type GetOIDCProviderResponse ¶
type IOAuth2Factory ¶
type IOAuth2Factory interface {
GetConfig(ctx context.Context, request *GetConfigRequest) (*GetConfigResponse, error)
}
type IOIDCProviderFactory ¶
type IOIDCProviderFactory interface {
GetOIDCProvider(ctx context.Context, request *GetOIDCProviderRequest) (*GetOIDCProviderResponse, error)
}
Click to show internal directories.
Click to hide internal directories.