public class ServiceAccountCredentials extends Credentials
Modifier and Type | Class and Description |
---|---|
static class |
ServiceAccountCredentials.Builder
Builds a
ServiceAccountCredentials instance. |
Modifier and Type | Method and Description |
---|---|
String |
getAccountId()
Account ID(format: id@techacct.adobe.com)
|
String |
getClientId()
Client Id (API Key)
|
String |
getClientSecret()
Client Secret
|
String |
getOrganizationId()
Identifies the organization(format: org_ident@AdobeOrg) that has been configured for access to PDF Services API.
|
String |
getPrivateKey()
Content of the Private Key (PEM format)
|
serviceAccountCredentialsBuilder
public String getClientId()
public String getClientSecret()
public String getPrivateKey()
public String getOrganizationId()
public String getAccountId()
Copyright © 2022 Adobe. All rights reserved.