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 netlify(port: Int, scopes: List(String)) -> Effect(String)
pub fn vimeo(port: Int, scopes: List(String)) -> Effect(String)