UeberauthOidcc.Session (Ueberauth OIDCC v0.4.1)
Manages session information for an UeberauthOidcc request.
Summary
Functions
Link to this function
delete(conn, opts)
Link to this function
get(conn, opts, default \\ %{})
@spec get(Plug.Conn.t(), UeberauthOidcc.Config.t(), default :: term()) :: term()
Link to this function
put(conn, opts, session)
@spec put(Plug.Conn.t(), UeberauthOidcc.Config.t(), term()) :: Plug.Conn.t()