Package com.dnsimple.request
Class OauthAuthorizeOptions
java.lang.Object
com.dnsimple.request.OauthAuthorizeOptions
-
Method Summary
Modifier and TypeMethodDescriptionasMap()static OauthAuthorizeOptionsredirectUri(String redirectUri) Set where to redirect the user after authorization has completed.
-
Method Details
-
of
- Parameters:
clientId- The client ID you received from DNSimple when you registered the application.state- An unguessable random string. It is used to protect against cross-site request forgery attacks and it will be passed back to your redirect URI.
-
redirectUri
Set where to redirect the user after authorization has completed. This must be the exact URI registered or a subdirectory. -
asMap
-