auth0

package
v0.0.0-...-f2e39e4 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(auth0Domain, clientID, clientSecret, connection string) *Client

func (*Client) CreateUser

func (c *Client) CreateUser(name, email, password, orgID string) (user.U, error)

func (*Client) GetOrgUsers

func (c *Client) GetOrgUsers(org string) ([]user.U, error)

func (*Client) GetUsers

func (c *Client) GetUsers(ids []string) ([]user.U, error)

func (*Client) MaxBatch

func (c *Client) MaxBatch() int

func (*Client) UpdateUser

func (c *Client) UpdateUser(id string, patch user.Patch) (user.U, error)

Jump to

Keyboard shortcuts

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