Ueberauth.Strategy.Reddit (Ueberauth Reddit v0.2.0) View Source
Reddit strategy for Überauth.
Link to this section Summary
Functions
Callback implementation for Ueberauth.Strategy.credentials/1.
Callback implementation for Ueberauth.Strategy.extra/1.
Handles initial request for Reddit authentication.
Callback implementation for Ueberauth.Strategy.info/1.
Callback implementation for Ueberauth.Strategy.uid/1.
Link to this section Functions
Specs
credentials(Plug.Conn.t()) :: Ueberauth.Auth.Credentials.t()
Callback implementation for Ueberauth.Strategy.credentials/1.
Specs
extra(Plug.Conn.t()) :: Ueberauth.Auth.Extra.t()
Callback implementation for Ueberauth.Strategy.extra/1.
Specs
handle_request!(Plug.Conn.t()) :: Plug.Conn.t()
Handles initial request for Reddit authentication.
Specs
info(Plug.Conn.t()) :: Ueberauth.Auth.Info.t()
Callback implementation for Ueberauth.Strategy.info/1.
Specs
uid(Plug.Conn.t()) :: String.t()
Callback implementation for Ueberauth.Strategy.uid/1.