IndieWeb v0.0.38 IndieWeb.Auth.Adapter behaviour View Source
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) View Source
Link to this callback
code_generate(client_id, redirect_uri, data) View Source
Link to this callback
code_persist(code, client_id, redirect_uri, args) View Source
Link to this callback
code_verify(binary, binary, binary, map) View Source
Link to this callback
scope_get(code) View Source
Link to this callback
scope_persist(code, scope) View Source
Link to this callback
token_generate(binary, binary) View Source
Link to this callback
token_info(binary) View Source
Link to this callback
token_revoke(binary)
View Source
token_revoke(binary)
View Source
token_revoke(binary()) :: :ok
token_revoke(binary()) :: :ok
Link to this callback