Documentation ¶
Index ¶
- func AddAuthenticator(authenticatorTypes []string, oobChannels string, phoneNumber string) (gjson.Result, int, error)
- func ChallengeMFA(mfaToken string, challengeType string) (gjson.Result, int, error)
- func ChangePassword(email string, password string, connection string) (gjson.Result, int, error)
- func ConfigureEmailProvider(body string) (gjson.Result, int, error)
- func CreateClient(body string) (gjson.Result, int, error)
- func CreateClientGrant(body string) (gjson.Result, int, error)
- func CreateConnection(body string) (gjson.Result, int, error)
- func CreateCustomDomain(body string) (gjson.Result, int, error)
- func CreateDeviceCredential(body string) (gjson.Result, int, error)
- func CreateEmailTemplate(body string) (gjson.Result, int, error)
- func CreateEmailVerificationTicket(body string) (gjson.Result, int, error)
- func CreateGuardianEnrollmentTicket(body string) (gjson.Result, int, error)
- func CreatePasswordChangeTicket(body string) (gjson.Result, int, error)
- func CreateResourceServer(body string) (gjson.Result, int, error)
- func CreateRule(body string) (gjson.Result, int, error)
- func CreateUser(body string) (gjson.Result, int, error)
- func DeleteClient(id string) (gjson.Result, int, error)
- func DeleteClientGrant(id string) (gjson.Result, int, error)
- func DeleteConnection(id string) (gjson.Result, int, error)
- func DeleteConnectionUser(id string, query string) (gjson.Result, int, error)
- func DeleteCustomDomain(id string) (gjson.Result, int, error)
- func DeleteDeviceCredential(id string) (gjson.Result, int, error)
- func DeleteEmailProvider() (gjson.Result, int, error)
- func DeleteGrant(id string) (gjson.Result, int, error)
- func DeleteGuardianEnrollment(id string) (gjson.Result, int, error)
- func DeleteResourceServer(id string) (gjson.Result, int, error)
- func DeleteRule(id string) (gjson.Result, int, error)
- func DeleteRulesConfig(key string) (gjson.Result, int, error)
- func DeleteUser(id string) (gjson.Result, int, error)
- func DeleteUserBlock(id string) (gjson.Result, int, error)
- func DeleteUserBlockByIdentifier(query string) (gjson.Result, int, error)
- func DeleteUserMultifactorProvider(id string, provider string) (gjson.Result, int, error)
- func ExportUsers(body string) (gjson.Result, int, error)
- func GenerateGuardianRecoveryCode(userID string) (gjson.Result, int, error)
- func GetActiveUserCount() (gjson.Result, int, error)
- func GetBlacklist(query string) (gjson.Result, int, error)
- func GetClient(id string, query string) (gjson.Result, int, error)
- func GetClientGrants(query string) (gjson.Result, int, error)
- func GetClients(query string) (gjson.Result, int, error)
- func GetConnection(id string, query string) (gjson.Result, int, error)
- func GetConnections(query string) (gjson.Result, int, error)
- func GetCustomDomain(id string) (gjson.Result, int, error)
- func GetCustomDomains() (gjson.Result, int, error)
- func GetDailyStats(query string) (gjson.Result, int, error)
- func GetDeviceCredentials(query string) (gjson.Result, int, error)
- func GetEmailProvider(query string) (gjson.Result, int, error)
- func GetEmailTemplate(emailTemplate string) (gjson.Result, int, error)
- func GetFailedJob(id string) (gjson.Result, int, error)
- func GetGrants(query string) (gjson.Result, int, error)
- func GetGuardianEnrollment(id string) (gjson.Result, int, error)
- func GetGuardianEnrollmentTemplates() (gjson.Result, int, error)
- func GetGuardianFactors() (gjson.Result, int, error)
- func GetGuardianSNSConfig() (gjson.Result, int, error)
- func GetGuardianTwilioConfig() (gjson.Result, int, error)
- func GetJob(id string) (gjson.Result, int, error)
- func GetJobResults(id string) (gjson.Result, int, error)
- func GetLog(id string) (gjson.Result, int, error)
- func GetResourceServer(id string) (gjson.Result, int, error)
- func GetResourceServers(query string) (gjson.Result, int, error)
- func GetRule(id string, query string) (gjson.Result, int, error)
- func GetRules(query string) (gjson.Result, int, error)
- func GetRulesConfigs() (gjson.Result, int, error)
- func GetTenantSettings() (gjson.Result, int, error)
- func GetUser(id string, query string) (gjson.Result, int, error)
- func GetUserBlock(id string) (gjson.Result, int, error)
- func GetUserBlocksByIdentifier(query string) (gjson.Result, int, error)
- func GetUserGuardianEnrollments(id string) (gjson.Result, int, error)
- func GetUserLog(id string, query string) (gjson.Result, int, error)
- func ImportUsers(query string) (gjson.Result, int, error)
- func LinkUser(id string, body string) (gjson.Result, int, error)
- func New(auth0Domain string, clientID string, clientSecret string) error
- func Passwordless(connection string, email string, phoneNumber string, send string, ...) (gjson.Result, int, error)
- func PatchEmailTemplate(emailTemplate string, body string) (gjson.Result, int, error)
- func RotateClientSecret(id string) (gjson.Result, int, error)
- func SearchLog(query string) (gjson.Result, int, error)
- func SearchUserByEmail(query string) (gjson.Result, int, error)
- func SearchUsers(query string) (gjson.Result, int, error)
- func SetRulesConfig(key string, body string) (gjson.Result, int, error)
- func Signup(email string, password string, connection string, userMetadata string) (gjson.Result, int, error)
- func UnlinkUserIdentity(id string, provider string, userID string) (gjson.Result, int, error)
- func UpdateBlacklist(body string) (gjson.Result, int, error)
- func UpdateClient(id string, body string) (gjson.Result, int, error)
- func UpdateClientGrant(id string, body string) (gjson.Result, int, error)
- func UpdateConnection(id string, body string) (gjson.Result, int, error)
- func UpdateEmailProvider(body string) (gjson.Result, int, error)
- func UpdateEmailTemplate(emailTemplate string, body string) (gjson.Result, int, error)
- func UpdateGuardianEnrollmentTemplates(body string) (gjson.Result, int, error)
- func UpdateGuardianFactor(name string, body string) (gjson.Result, int, error)
- func UpdateGuardianTwilioConfig(body string) (gjson.Result, int, error)
- func UpdateResourceServer(id string, body string) (gjson.Result, int, error)
- func UpdateRule(id string, body string) (gjson.Result, int, error)
- func UpdateTenantSettings(body string) (gjson.Result, int, error)
- func UpdateUser(id string, body string) (gjson.Result, int, error)
- func UserInfo(accessToken string) (gjson.Result, int, error)
- func VerifyCustomDomain(id string) (gjson.Result, int, error)
- func VerifyEmail(body string) (gjson.Result, int, error)
- func VerifyOOB(mfaToken string, oobCode string, bindingCode string) (gjson.Result, int, error)
- func VerifyOTP(mfaToken string, otpCode string) (gjson.Result, int, error)
- func VerifyRecoveryCode(mfaToken string, recoveryCode string) (gjson.Result, int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAuthenticator ¶
func AddAuthenticator(authenticatorTypes []string, oobChannels string, phoneNumber string) (gjson.Result, int, error)
AddAuthenticator - adds an authenticator
func ChallengeMFA ¶
ChallengeMFA - challenge MFA token
func ChangePassword ¶
ChangePassword - change password for user
func ConfigureEmailProvider ¶
ConfigureEmailProvider - configure the email provider
func CreateClient ¶
CreateClient - create a client
func CreateClientGrant ¶
CreateClientGrant - create a client grant
func CreateConnection ¶
CreateConnection - create connection
func CreateCustomDomain ¶
CreateCustomDomain - create a custom domain
func CreateDeviceCredential ¶
CreateDeviceCredential - create a device credential
func CreateEmailTemplate ¶
CreateEmailTemplate - create an email template
func CreateEmailVerificationTicket ¶
CreateEmailVerificationTicket - create email verification ticket
func CreateGuardianEnrollmentTicket ¶
CreateGuardianEnrollmentTicket - create a guardian enrollment ticket
func CreatePasswordChangeTicket ¶
CreatePasswordChangeTicket - carete a password change ticket
func CreateResourceServer ¶
CreateResourceServer - create resource server
func CreateRule ¶
CreateRule - create a rule
func CreateUser ¶
CreateUser - create a user
func DeleteClient ¶
DeleteClient - delete a client
func DeleteClientGrant ¶
DeleteClientGrant - delete a client grant
func DeleteConnection ¶
DeleteConnection - delete a connection
func DeleteConnectionUser ¶
DeleteConnectionUser - delete a connection user
func DeleteCustomDomain ¶
DeleteCustomDomain - delete a custom domain
func DeleteDeviceCredential ¶
DeleteDeviceCredential - delete a device credential
func DeleteEmailProvider ¶
DeleteEmailProvider - delete the email provider - use with caution
func DeleteGrant ¶
DeleteGrant - delete a grant
func DeleteGuardianEnrollment ¶
DeleteGuardianEnrollment - delete a guardian enrollment
func DeleteResourceServer ¶
DeleteResourceServer - delete a resource server
func DeleteRulesConfig ¶
DeleteRulesConfig - delete a rules config
func DeleteUserBlock ¶
DeleteUserBlock - delete a user block
func DeleteUserBlockByIdentifier ¶
DeleteUserBlockByIdentifier - delete a user block by identifier
func DeleteUserMultifactorProvider ¶
DeleteUserMultifactorProvider - delete a user's multifactor provider
func ExportUsers ¶
ExportUsers - create a job to export users
func GenerateGuardianRecoveryCode ¶
GenerateGuardianRecoveryCode - generate a new guardian recovery code for a user
func GetActiveUserCount ¶
GetActiveUserCount - get active user count
func GetBlacklist ¶
GetBlacklist - get the blacklist
func GetClientGrants ¶
GetClientGrants - get all client grants
func GetClients ¶
GetClients - get all clients
func GetConnection ¶
GetConnection - get a connection
func GetConnections ¶
GetConnections - get all connections
func GetCustomDomain ¶
GetCustomDomain - get a custom domain
func GetCustomDomains ¶
GetCustomDomains - get all custom domains
func GetDailyStats ¶
GetDailyStats - gets the number of logins that occurred int he entered data range
func GetDeviceCredentials ¶
GetDeviceCredentials - get all device credentials
func GetEmailProvider ¶
GetEmailProvider - get the email provider
func GetEmailTemplate ¶
GetEmailTemplate - get an email template
func GetFailedJob ¶
GetFailedJob - get a failed job
func GetGuardianEnrollment ¶
GetGuardianEnrollment - get a guardian enrollment
func GetGuardianEnrollmentTemplates ¶
GetGuardianEnrollmentTemplates - get all guardian enrollment and verification templates
func GetGuardianFactors ¶
GetGuardianFactors - get a list of factors and statuses for guardian
func GetGuardianSNSConfig ¶
GetGuardianSNSConfig - get guardian AWS SNS factor provider configuration
func GetGuardianTwilioConfig ¶
GetGuardianTwilioConfig - get guardian Twilio factor provider configuration
func GetJobResults ¶
GetJobResults - get the results of a job
func GetResourceServer ¶
GetResourceServer - get a resource server
func GetResourceServers ¶
GetResourceServers - get all resource servers
func GetRulesConfigs ¶
GetRulesConfigs - get all rules configs
func GetTenantSettings ¶
GetTenantSettings - get tenant settings
func GetUserBlock ¶
GetUserBlock - get a user block
func GetUserBlocksByIdentifier ¶
GetUserBlocksByIdentifier - get user blocks by identifier
func GetUserGuardianEnrollments ¶
GetUserGuardianEnrollments - get a user's guardian enrollments
func GetUserLog ¶
GetUserLog - get a user's log
func ImportUsers ¶
ImportUsers - create a job to import users
func Passwordless ¶
func Passwordless(connection string, email string, phoneNumber string, send string, authParams string) (gjson.Result, int, error)
Passwordless - passwordless
func PatchEmailTemplate ¶
PatchEmailTemplate - patch an email template
func RotateClientSecret ¶
RotateClientSecret - rotate the client secret
func SearchUserByEmail ¶
SearchUserByEmail - search for a user by email
func SearchUsers ¶
SearchUsers - search or list users
func SetRulesConfig ¶
SetRulesConfig - set a rules config
func Signup ¶
func Signup(email string, password string, connection string, userMetadata string) (gjson.Result, int, error)
Signup - sign up user
func UnlinkUserIdentity ¶
UnlinkUserIdentity - unlink a user's identity
func UpdateBlacklist ¶
UpdateBlacklist - add a token to the blacklist
func UpdateClient ¶
UpdateClient - update a client
func UpdateClientGrant ¶
UpdateClientGrant - update client grant
func UpdateConnection ¶
UpdateConnection - update a connection
func UpdateEmailProvider ¶
UpdateEmailProvider - update the email provider
func UpdateEmailTemplate ¶
UpdateEmailTemplate - update an email template
func UpdateGuardianEnrollmentTemplates ¶
UpdateGuardianEnrollmentTemplates - update a guardian enrollment and verification template
func UpdateGuardianFactor ¶
UpdateGuardianFactor - update guardian factor
func UpdateGuardianTwilioConfig ¶
UpdateGuardianTwilioConfig - update guardian twilio factor provider configuration
func UpdateResourceServer ¶
UpdateResourceServer - update a resource server
func UpdateRule ¶
UpdateRule - update a rule
func UpdateTenantSettings ¶
UpdateTenantSettings - update tenant settings
func UpdateUser ¶
UpdateUser - update a user
func VerifyCustomDomain ¶
VerifyCustomDomain - verify a custom domain
func VerifyEmail ¶
VerifyEmail - send a `verify email address` email
Types ¶
This section is empty.