Current section

Files

Jump to
simple_oauth lib simple_oauth api.ex
Raw

lib/simple_oauth/api.ex

defmodule SimpleOAuth.API do
@callback get_user_info(code :: String.t()) :: {:ok, map()} | {:error, reason :: any()}
@callback get_user_info(code :: String.t(), config: keyword()) ::
{:ok, map()} | {:error, reason :: any()}
end