We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6ec3a commit fc53592Copy full SHA for fc53592
aws-android-sdk-core/src/main/java/com/amazonaws/auth/BasicAWSCredentials.java
@@ -18,6 +18,10 @@
18
/**
19
* Basic implementation of the AWSCredentials interface that allows callers to
20
* pass in the AWS access key and secret access in the constructor.
21
+ *
22
+ * It is not recommended to use this class. Instead, use short term credentials
23
+ * from Cognito with the AWSMobileClient.
24
+ * @see <a href="https://aws-amplify.github.io/aws-sdk-android/docs/reference/com/amazonaws/mobile/client/AWSMobileClient.html">AWSMobileClient</a>
25
*/
26
public class BasicAWSCredentials implements AWSCredentials {
27
0 commit comments