auth0_ex v0.3.1 Auth0Ex.Parser View Source

Parser to parse all the responses from Auth0 API endpoints

Link to this section Summary

Functions

Parses the response from auth0 api calls

Link to this section Types

Link to this type

response() View Source
response() ::
  {:ok, [struct()]}
  | {:ok, struct()}
  | :ok
  | {:error, map(), status_code()}
  | {:error, map()}
  | any()

Link to this type

status_code() View Source
status_code() :: integer()

Link to this section Functions

Parses the response from auth0 api calls