Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
WithRawResponse *RawClient
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(options *core.RequestOptions) *Client
func (*Client) DeleteProvider ¶
func (c *Client) DeleteProvider( ctx context.Context, id string, provider *management.UserMultifactorProviderEnum, opts ...option.RequestOption, ) error
Remove a <a href="https://auth0.com/docs/multifactor-authentication">multifactor</a> authentication configuration from a user's account. This forces the user to manually reconfigure the multi-factor provider.
func (*Client) InvalidateRememberBrowser ¶
func (c *Client) InvalidateRememberBrowser( ctx context.Context, id string, opts ...option.RequestOption, ) error
Invalidate all remembered browsers across all <a href="https://auth0.com/docs/multifactor-authentication">authentication factors</a> for a user.
type RawClient ¶
type RawClient struct {
// contains filtered or unexported fields
}
func NewRawClient ¶
func NewRawClient(options *core.RequestOptions) *RawClient
func (*RawClient) DeleteProvider ¶
func (r *RawClient) DeleteProvider( ctx context.Context, id string, provider *management.UserMultifactorProviderEnum, opts ...option.RequestOption, ) (*core.Response[any], error)
Click to show internal directories.
Click to hide internal directories.