Skip to content

autom8ter/auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auth0

-- import "github.com/autom8ter/auth0"

Usage

type Auth0

type Auth0 struct {
}

func NewAuth0

func NewAuth0(api driver.API) *Auth0

func (*Auth0) CreateUser

func (a *Auth0) CreateUser(u *api.User) (*api.User, error)

func (*Auth0) DeleteUser

func (a *Auth0) DeleteUser(id string) (*api.User, error)

func (*Auth0) GetUser

func (a *Auth0) GetUser(id string, fields string) (*api.User, error)

func (*Auth0) GetUserByEmail

func (a *Auth0) GetUserByEmail(email, fields string) (*api.User, error)

func (*Auth0) SearchLogs

func (a *Auth0) SearchLogs(email, fields string) (*api.User, error)

func (*Auth0) SearchUsers

func (a *Auth0) SearchUsers(perPage, pageNum int, sort, luceneQuery, fields string) ([]*api.User, error)

func (*Auth0) UpdateUser

func (a *Auth0) UpdateUser(u *api.User) (*api.User, error)

About

auth0 go client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published