Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderRepository ¶
type ProviderRepository interface {
GetForTenant(ctx context.Context, tenantID string) (Provider, error)
Create(ctx context.Context, tenantID string, provider Provider) error
Delete(ctx context.Context, tenantID string, provider Provider) error
Update(ctx context.Context, tenantID string, provider Provider) error
}
ProviderRepository allows to read OIDC provider data for a tenant stored in the context.
Click to show internal directories.
Click to hide internal directories.