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"` }
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.