auth0

package
v0.0.0-...-2e0c0fe Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: GPL-3.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth0Client

type Auth0Client struct {
	Connection string
	// contains filtered or unexported fields
}

func NewAuth0Client

func NewAuth0Client(domain string, clientId string, clientSecret string) (*Auth0Client, error)

func (*Auth0Client) UserByID

func (c *Auth0Client) UserByID(ctx context.Context, id string) (authn.User, error)

func (*Auth0Client) Users

func (c *Auth0Client) Users(ctx context.Context, userQuery string) ([]authn.User, error)

Jump to

Keyboard shortcuts

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