IndieWeb v0.0.15 IndieWeb.Auth.Adapters.Default

Provides a default implementation of IndieAuth stateful activity.

Link to this section Summary

Link to this section Functions

Link to this function

scope_get(code)

Callback implementation for IndieWeb.Auth.Adapter.scope_get/1.

Link to this function

scope_persist(code, scope)

Callback implementation for IndieWeb.Auth.Adapter.scope_persist/2.

Link to this function

token_generate(client_id, scope)

Callback implementation for IndieWeb.Auth.Adapter.token_generate/2.

Link to this function

token_info(token)

Callback implementation for IndieWeb.Auth.Adapter.token_info/1.

Link to this function

token_revoke(token)

Callback implementation for IndieWeb.Auth.Adapter.token_revoke/1.

Link to this function

valid_user?(uri)

Callback implementation for IndieWeb.Auth.Adapter.valid_user?/1.