Skip to content

Commit e27bf2a

Browse files
monty241philasmar
authored andcommitted
Add missing XML documentation.
Add missing XML documentation.
1 parent 44e14c0 commit e27bf2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Amazon.Extensions.CognitoAuthentication/CognitoUser.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ public partial class CognitoUser
105105
/// <param name="provider">IAmazonCognitoIdentityProvider for the specified user pool</param>
106106
/// <param name="clientSecret">Client secret for the specified client, if exists</param>
107107
/// <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>
108110
public CognitoUser(string userID, string clientID,
109111
CognitoUserPool pool,
110112
IAmazonCognitoIdentityProvider provider,
@@ -833,4 +835,4 @@ private void EnsureUserAuthenticated()
833835
}
834836
}
835837
}
836-
}
838+
}

0 commit comments

Comments
 (0)