Dnsimple.Oauth.authorize_url
You're seeing just the function
authorize_url
, go back to Dnsimple.Oauth module for more information.
Link to this function
authorize_url(client, client_id, query \\ [])
Specs
authorize_url(Dnsimple.Client.t(), String.t(), Keyword.t()) :: String.t()
Returns the URL to start the OAuth dance.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
url = Dnsimple.Oauth.authorize_url(client, client_id = "1z2y3x", state: "12345678")