View Source Breddit (Breddit v0.0.2)

Link to this section Summary

Link to this section Types

Specs

response() :: {:ok, any()} | {:error, OAuth2.Error.t()}

Link to this section Functions

Link to this function

authorize_url(client, params)

View Source

Callback implementation for OAuth2.Strategy.authorize_url/2.

Link to this function

authorize_url!(params \\ [])

View Source
Link to this function

get(client, uri, opts \\ [], headers \\ [])

View Source
Link to this function

get_token(client, params, headers)

View Source

Callback implementation for OAuth2.Strategy.get_token/3.

Link to this function

get_token!(params \\ [], headers \\ [])

View Source