CoherenceAssent v0.3.1 CoherenceAssent.Strategy.OAuth2 View Source

OAuth 2.0 strategy.

Link to this section Summary

Link to this section Functions

Link to this function get_user(arg, user_url) View Source
get_user({:ok, OAuth2.Client.t} | {:error, term}, String.t | nil) ::
  {:ok, map} |
  {:error, term}
Link to this function retrieve_and_clear_state(conn) View Source
retrieve_and_clear_state(Conn.t) :: {Plug.Conn.t, String.t | nil}