aspnetcore.identity.sign_in.type
Developmentenumas of v1.44.0
The authentication type.
Examples
- password
- two_factor
Values (6)
passwordSign in with password.two_factor_recovery_codeSign in with two factory recovery code.two_factor_authenticatorSign in with two factor authenticator app.two_factorSign in with a two factor provider.externalSign in with a previously registered third-party login.passkeySign in with passkey.
Used by
metrics (1)
- aspnetcore.identity.sign_in.authenticate.duration *
* required on that signal.
History
Added as development.