| Package | Description |
|---|---|
| com.dnsimple | |
| com.dnsimple.endpoints.http |
| Modifier and Type | Method and Description |
|---|---|
OauthToken |
Oauth.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret)
Exchange the short-lived authorization code for an access token
that is used to authenticate API calls.
|
OauthToken |
Oauth.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret,
Map<String,Object> options)
Exchange the short-lived authorization code for an access token
that is used to authenticate API calls.
|
| Modifier and Type | Method and Description |
|---|---|
OauthToken |
OauthEndpoint.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret) |
OauthToken |
OauthEndpoint.exchangeAuthorizationForToken(String code,
String clientId,
String clientSecret,
Map<String,Object> options) |
Copyright © 2017 DNSimple. All rights reserved.