dnsimple v0.9.0 Dnsimple.Oauth
Summary
Functions
Specs
authorize_url(Dnsimple.Client.t, String.t, Keyword.t) :: String.t
Returns the URL to start the OAuth dance.
See: https://developer.dnsimple.com/v2/oauth/#step-1---authorization
Specs
exchange_authorization_for_token(Dnsimple.Client.t, Map.t, Keyword.t) :: String.t
Obtains the access token.
See: https://developer.dnsimple.com/v2/oauth/#step-2---access-token