Auth0.Common.Authentication.Http (Auth0Api v1.4.0) View Source
Documentation for Auth0 Authentication HTTP.
This module manages http request for Auth0 Authentication API.
Link to this section Summary
Functions
Request of Auth0 authentication rest api.
Link to this section Types
Specs
config() :: Auth0.Config.t()
Specs
endpoint() :: String.t()
Specs
request_func() :: function()
Specs
Specs
retry_count() :: integer()
Link to this section Functions
Link to this function
request_with_retry(request_func, endpoint, config, retry_count \\ 0)
View SourceSpecs
request_with_retry(request_func(), endpoint(), config(), retry_count()) :: response()
Request of Auth0 authentication rest api.