Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetVersion ¶
Types ¶
type Auth0Config ¶
type Auth0Config struct { Domain string `description:"Auth0 domain" kind:"attribute" mode:"normal" readonly:"false" name:"domain"` ClientID string `description:"Auth0 Client ID" kind:"attribute" mode:"normal" readonly:"false" name:"client-id"` ClientSecret string `description:"Auth0 Client Secret" kind:"attribute" mode:"normal" readonly:"false" name:"client-secret"` ConnectionName string `description:"Auth0 database connection name" kind:"attribute" mode:"normal" readonly:"false" name:"connection-name"` UserPID string `description:"Auth0 User PID of the user you want to read" kind:"attribute" mode:"normal" readonly:"false" name:"user-pid"` UserEmail string `description:"Auth0 User email of the user you want to read" kind:"attribute" mode:"normal" readonly:"false" name:"user-email"` }
func (*Auth0Config) Description ¶
func (c *Auth0Config) Description() string
func (*Auth0Config) Validate ¶
func (c *Auth0Config) Validate(operation plugin.OperationType) error
Click to show internal directories.
Click to hide internal directories.