@aws-amplify/datastore 3.12.13-unstable.11 → 3.12.13-unstable.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60225,7 +60225,8 @@ var AuthClass = /** @class */function () {
60225
60225
  /**
60226
60226
  * Sign in
60227
60227
  * @param {String | SignInOpts} usernameOrSignInOpts - The username to be signed in or the sign in options
60228
- * @param {String} password - The password of the username
60228
+ * @param {String} pw - The password of the username
60229
+ * @param {ClientMetaData} clientMetadata - Client metadata for custom workflows
60229
60230
  * @return - A promise resolves the CognitoUser
60230
60231
  */
60231
60232
  AuthClass.prototype.signIn = function (usernameOrSignInOpts, pw, clientMetadata) {