aspnetcore.identity.token_purpose
Developmentenumas of v1.44.0
What the token will be used for.
Examples
- success
- failure
Values (6)
reset_passwordThe token is for resetting a user password.change_phone_numberThe token is for changing a user phone number.email_confirmationThe token is for confirming user email address.change_emailThe token is for changing the user email address.two_factorThe token is for changing user two factor settings._OTHERAny token purpose that the instrumentation has no prior knowledge of.
Used by
metrics (2)
- aspnetcore.identity.user.generated_tokens *
- aspnetcore.identity.user.verify_token_attempts *
* required on that signal.
History
Added as development.