Documentation ¶ Index ¶ type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider interface { Upsert(ctx context.Context, id string) error Delete(ctx context.Context, id string) error List(ctx context.Context) ([]string, error) } Provider is the interface that manages the identity operations. Source Files ¶ View all Source files identity_provider.go Click to show internal directories. Click to hide internal directories.