Commit 9dd4b0f
Fix parameter description in GetAuthenticatorKeyAsync (#57834)
* Fix parameter description in GetAuthenticatorKeyAsync
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.
* Update src/Identity/Extensions.Core/src/IUserAuthenticatorKeyStore.cs
Co-authored-by: Martin Costello <[email protected]>
---------
Co-authored-by: Martin Costello <[email protected]>1 parent 7210858 commit 9dd4b0f
File tree
1 file changed
+1
-1
lines changed- src/Identity/Extensions.Core/src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments