Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parameter description in GetAuthenticatorKeyAsync #57834

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

marcominerva
Copy link
Contributor

Fix user parameter description for IUserAuthenticatorKeyStore.GetAuthenticatorKeyAsync method

Corrected the parameter description for the user parameter in the GetAuthenticatorKeyAsync method of the IUserAuthenticatorKeyStore<TUser> interface. The previous description incorrectly referred to the security stamp, while the new description accurately refers to the authenticator key.

Fixes #57832

Corrected the parameter description for the `user` parameter in the
`GetAuthenticatorKeyAsync` method of the `IUserAuthenticatorKeyStore<TUser>`
interface. The previous description incorrectly referred to the security
stamp, while the new description accurately refers to the authenticator key.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-identity Includes: Identity and providers label Sep 12, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Sep 12, 2024
Co-authored-by: Martin Costello <martin@martincostello.com>
@mkArtakMSFT mkArtakMSFT merged commit 9dd4b0f into dotnet:main Sep 16, 2024
27 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Sep 16, 2024
@marcominerva marcominerva deleted the issues/57832 branch September 17, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect XML documentation for IUserAuthenticatorKeyStore
3 participants