com.netease.cloud.auth
public interface Credentials
A basic implementation of this interface is provided in
BasicCredentials
, but callers are free to provide their own
implementation, for example, to load credentials from an encrypted file.
Modifier and Type | Method and Description |
---|---|
String |
getAccessKeyId()
Returns the access key ID for this credentials object.
|
String |
getSecretKey()
Returns the secret access key for this credentials object.
|
String getAccessKeyId()
String getSecretKey()
Copyright © 2017. All Rights Reserved.