oauthex v0.1.0 Oauthex.Base behaviour

Summary

Types

client()
client() :: Oauthex.Client.t
config()
config() :: Keyword.t
res()
res() :: Map.t
url()
url() :: String.t

Callbacks

auth_callback(auth)
auth_callback(auth :: res) :: any
auth_client()
auth_client() :: client
code_callback(code)
code_callback(code :: res) :: any
code_url()
code_url() :: url
default_config()
default_config() :: Keyword.t
info_callback(info)
info_callback(info :: res) :: any
info_client()
info_client() :: client