View Source UeberauthMollie (ueberauth_mollie v1.2.0)

Mollie auth strategy for Ueberauth.

Summary

Functions

@spec delete(OAuth2.AccessToken.t(), binary()) ::
  {:ok, map()}
  | {:error, :unauthorized | :unexpected_response | :unknown | binary()}
@spec get(OAuth2.AccessToken.t(), binary()) ::
  {:ok, map()}
  | {:error, :unauthorized | :unexpected_response | :unknown | binary()}
Link to this function

patch(token, path, body \\ %{})

View Source
Link to this function

post(token, path, body \\ %{})

View Source
Link to this function

put(token, path, body \\ %{})

View Source