View Source SimpleOAuth.API behaviour (simple_oauth v0.6.0)

Summary

Callbacks

@callback get_user_info(code :: String.t()) :: {:ok, map()} | {:error, reason :: any()}
Link to this callback

get_user_info(code, list)

View Source
@callback get_user_info(code :: String.t(), [{:config, keyword()}]) ::
  {:ok, map()} | {:error, reason :: any()}