KeenAuth
v0.2.2
Pages
Modules
Search documentation of KeenAuth
Settings
View Source
KeenAuth.Storage.Session
(KeenAuth v0.2.2)
Summary
Functions
put_access_token(conn, provider \\ nil, token \\ nil)
put_id_token(conn, provider \\ nil, token \\ nil)
put_refresh_token(conn, provider \\ nil, token \\ nil)
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
()