Package | Description |
---|---|
com.hellosign.sdk | |
com.hellosign.sdk.resource |
Modifier and Type | Method and Description |
---|---|
OauthData |
HelloSignClient.getOauthData(String code,
String clientId,
String secret)
Performs an OAuth request and returns the necessary data for authorizing an API
application.
|
OauthData |
HelloSignClient.getOauthData(String code,
String clientId,
String secret,
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() |
Copyright © 2015 HelloSign. All rights reserved.