View Source KeenAuth.Storage.Session (KeenAuth v0.2.2)

Summary

Functions

Link to this function

put_access_token(conn, provider \\ nil, token \\ nil)

View Source
Link to this function

put_id_token(conn, provider \\ nil, token \\ nil)

View Source
Link to this function

put_refresh_token(conn, provider \\ nil, token \\ nil)

View Source
@spec put_refresh_token(Plug.Conn.t(), any(), any()) :: Plug.Conn.t()