Documentation
¶
Index ¶
Constants ¶
View Source
const PluginName = "auth0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth0Connection ¶
type Auth0Connection struct {
ClientId *string `json:"client_id" hcl:"client_id"`
ClientSecret *string `json:"client_secret" hcl:"client_secret"`
ApiToken *string `json:"api_token" hcl:"api_token"`
}
func (*Auth0Connection) Identifier ¶
func (c *Auth0Connection) Identifier() string
func (*Auth0Connection) Validate ¶
func (c *Auth0Connection) Validate() error
Click to show internal directories.
Click to hide internal directories.