public interface IBMOAuthCredentials extends AWSCredentials
A basic implementation of this interface is provided in
BasicIBMOAuthCredentials
, but callers are free to provide their own
implementation, for example, to load AWS credentials from an encrypted file.
Modifier and Type | Method and Description |
---|---|
String |
getApiKey()
Returns the IBM API Key for this credentials object.
|
String |
getServiceInstanceId()
Returns the IBM Service Instance Id for this credentials object.
|
TokenManager |
getTokenManager()
Returns the IAM TokenManager.
|
getAWSAccessKeyId, getAWSSecretKey
String getApiKey()
String getServiceInstanceId()
TokenManager getTokenManager()
Copyright © 2024. All rights reserved.