Ueberauth.Strategy.Crowd (Überauth Crowd v0.1.0)
Crowd OpenID for Überauth.
Link to this section Summary
Functions
Callback implementation for Ueberauth.Strategy.extra/1
.
Callback implementation for Ueberauth.Strategy.handle_request!/1
.
Callback implementation for Ueberauth.Strategy.info/1
.
Callback implementation for Ueberauth.Strategy.uid/1
.
Link to this section Functions
Link to this function
extra(conn)
Specs
extra(Plug.Conn.t()) :: Ueberauth.Auth.Extra.t()
Callback implementation for Ueberauth.Strategy.extra/1
.
Link to this function
handle_request!(conn)
Specs
handle_request!(Plug.Conn.t()) :: Plug.Conn.t()
Callback implementation for Ueberauth.Strategy.handle_request!/1
.
Link to this function
info(conn)
Specs
info(Plug.Conn.t()) :: Ueberauth.Auth.Info.t()
Callback implementation for Ueberauth.Strategy.info/1
.
Link to this function
uid(conn)
Specs
uid(Plug.Conn.t()) :: pos_integer()
Callback implementation for Ueberauth.Strategy.uid/1
.