Documentation ¶
Overview ¶
Package okta contains the Okta directory provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAPIKeyRequired = errors.New("okta: api key is required")
)
Errors
View Source
var (
ErrInvalidURL = errors.New("okta: invalid URL")
)
errors
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(cfg *config)
An Option configures the Okta Provider.
func WithBatchSize ¶
WithBatchSize sets the batch size option.
func WithHTTPClient ¶
WithHTTPClient sets the http client option.
func WithLogger ¶
WithLogger sets the logger in the config.
func WithOktaOptions ¶
func WithOktaOptions(oktaOptions ...okta.ConfigSetter) Option
WithOktaOptions sets the okta options in the config.
Click to show internal directories.
Click to hide internal directories.