public class OAuthSettings extends Object
| Constructor and Description |
|---|
OAuthSettings(String tokenEndpoint,
String clientId,
String clientSecret,
String certificate,
String privateKey,
CredentialType credentialsType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getoAuthCertificate() |
CredentialType |
getOAuthCredentialType() |
String |
getoAuthPrivateKey() |
public String getoAuthCertificate()
public String getoAuthPrivateKey()
public CredentialType getOAuthCredentialType()
Copyright © 2022. All rights reserved.