IndieWeb.Auth.Scope (IndieWeb v0.0.49) View Source

Handles scope information and referencing for the IndieAuth flow.

Link to this section Summary

Link to this section Functions

Specs

can_upload?([binary()]) :: boolean()
Link to this function

from_string(scope_string)

View Source

Specs

from_string(binary()) :: [binary()]
Link to this function

get(code, options \\ [])

View Source

Specs

get(binary(), keyword()) :: binary() | nil
Link to this function

persist!(code, scope, options \\ [])

View Source

Specs

persist!(binary(), binary(), keyword()) :: :ok

Specs

to_string([binary()]) :: binary()