IndieWeb v0.0.16 IndieWeb.Auth.Adapter behaviour
Provides an abstraction regarding stateful actions in IndieAuth.
Link to this section Summary
Link to this section Callbacks
Link to this callback
code_destroy(client_id, redirect_uri, args)
Link to this callback
code_generate(client_id, redirect_uri, data)
Link to this callback
code_persist(code, client_id, redirect_uri, args)
Link to this callback
code_verify(binary, binary, binary, map)
Link to this callback
scope_get(code)
Link to this callback
scope_persist(code, scope)
Link to this callback
token_generate(binary, binary)
Link to this callback
token_info(binary)
Link to this callback
token_revoke(binary)
token_revoke(binary)
token_revoke(binary()) :: :ok
token_revoke(binary()) :: :ok
Link to this callback