public interface JsonRestClientConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getApiUrl()
REST-API endpoint URL.
|
String |
getClientId()
Authentication client
|
String |
getClientSecret()
Authentication secret
|
String |
getGrantType()
Authentication grant type.
|
String |
getName()
Configuration name.
|
String |
getTokenEndpoint()
Authentication endpoint URL.
|
String getName()
String getApiUrl()
String getTokenEndpoint()
String getGrantType()
String getClientId()
String getClientSecret()
Copyright © 2021. All rights reserved.