Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrTenantBlocked = errors.New("the tenant is blocked") )
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(grpcConn *grpc.ClientConn, opts ...ManagerOption) (*Manager, error)
func (*Manager) GetOIDCProvider ¶ added in v0.11.3
type ManagerOption ¶
type ManagerOption func(*Manager)
func WithOAuth2ClientBuilder ¶ added in v0.12.0
func WithOAuth2ClientBuilder(b oauth2client.Builder) ManagerOption
Click to show internal directories.
Click to hide internal directories.