| Package | Description |
|---|---|
| com.docusign.esign.client.auth |
| Modifier and Type | Method and Description |
|---|---|
static OAuthFlow |
OAuthFlow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthFlow[] |
OAuthFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuth(javax.ws.rs.client.Client client,
OAuthFlow flow,
String authorizationUrl,
String tokenUrl,
String scopes) |
OAuth(OAuthFlow flow,
String authorizationUrl,
String tokenUrl,
String scopes) |
Copyright © 2020. All rights reserved.