client

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package auth0 provides a simple abstraction with Client to implement simple Client structs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Log  logs.Client
	App  applications.Client
	User users.Client
}

func NewWithOpts

func NewWithOpts(opts Options) (Client, error)

NewWithOpts creates a new instance of the client using the given options

type Options

type Options struct {
	Domain       string
	Token        string
	ClientSecret string
	ClientID     string
}

Options to configure the Client

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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