pub fn authenticate(
service: String,
scope: List(String),
state: String,
port: Int,
) -> Effect(Response)
pub fn dnsimple(port: Int) -> Effect(String)
pub fn github(port: Int, scopes: List(String)) -> Effect(String)
pub fn linkedin(
port: Int,
scopes: List(String),
) -> Effect(String)
pub fn netlify(port: Int, scopes: List(String)) -> Effect(String)
pub fn twitter(port: Int, scopes: List(String)) -> Effect(String)
pub fn vimeo(port: Int, scopes: List(String)) -> Effect(String)