Documentation ¶
Index ¶
- type Auth0Plugin
- func (s *Auth0Plugin) Close() (*plugin.Stats, error)
- func (s *Auth0Plugin) Delete(userID string) error
- func (s *Auth0Plugin) GetConfig() plugin.Config
- func (s *Auth0Plugin) GetVersion() (string, string, string)
- func (s *Auth0Plugin) Open(cfg plugin.Config, operation plugin.OperationType) error
- func (s *Auth0Plugin) Read() ([]*api.User, error)
- func (s *Auth0Plugin) Write(user *api.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth0Plugin ¶
type Auth0Plugin struct { Config *config.Auth0Config // contains filtered or unexported fields }
func NewAuth0Plugin ¶
func NewAuth0Plugin() *Auth0Plugin
func (*Auth0Plugin) Delete ¶
func (s *Auth0Plugin) Delete(userID string) error
func (*Auth0Plugin) GetConfig ¶
func (s *Auth0Plugin) GetConfig() plugin.Config
func (*Auth0Plugin) GetVersion ¶ added in v0.0.5
func (s *Auth0Plugin) GetVersion() (string, string, string)
func (*Auth0Plugin) Open ¶
func (s *Auth0Plugin) Open(cfg plugin.Config, operation plugin.OperationType) error
Click to show internal directories.
Click to hide internal directories.