Package | Description |
---|---|
com.hellosign.sdk | |
com.hellosign.sdk.resource |
Modifier and Type | Method and Description |
---|---|
OauthData |
HelloSignClient.getOauthData(String code,
String clientId,
String secret,
String state,
boolean autoSetRequestToken)
Performs an OAuth request and returns the necessary data for authorizing
an API application, and will automatically set the access token and code
for making authenticated requests with this client.
|
OauthData |
HelloSignClient.refreshOauthData(String refreshToken)
Refreshes the OauthData for this client with the provided refresh token.
|
Modifier and Type | Method and Description |
---|---|
OauthData |
Account.getOauthData() |
Modifier and Type | Method and Description |
---|---|
void |
Account.setOauthData(OauthData data) |
Copyright © 2017 HelloSign. All rights reserved.