We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e14c0 commit e27bf2aCopy full SHA for e27bf2a
src/Amazon.Extensions.CognitoAuthentication/CognitoUser.cs
@@ -105,6 +105,8 @@ public partial class CognitoUser
105
/// <param name="provider">IAmazonCognitoIdentityProvider for the specified user pool</param>
106
/// <param name="clientSecret">Client secret for the specified client, if exists</param>
107
/// <param name="username">Username for user, if different from userID</param>
108
+ /// <param name="status">Status for user.</param>
109
+ /// <param name="attributes">User attributes.</param>
110
public CognitoUser(string userID, string clientID,
111
CognitoUserPool pool,
112
IAmazonCognitoIdentityProvider provider,
@@ -833,4 +835,4 @@ private void EnsureUserAuthenticated()
833
835
}
834
836
837
-}
838
+}
0 commit comments