View Source Assent.Strategy.Rumble (Rumble Oauth2 Strategies v0.1.2)

Rumble Strategy for Assent.

Link to this section Summary

Link to this section Functions

@spec authorize_url(Keyword.t()) :: {:ok, %{url: binary()}} | {:error, term()}

Callback implementation for Assent.Strategy.authorize_url/1.

Link to this function

callback(config, params)

View Source
@spec callback(Keyword.t(), map()) ::
  {:ok, %{user: map(), token: map()}} | {:error, term()}

Callback implementation for Assent.Strategy.callback/2.