config

package
v0.8.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVersion

func GetVersion() (string, string, string)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL