2 types derived from AuthenticatorResponse
Microsoft.AspNetCore.Identity (2)
Passkeys\AuthenticatorAssertionResponse.cs (1)
13internal sealed class AuthenticatorAssertionResponse : AuthenticatorResponse
Passkeys\AuthenticatorAttestationResponse.cs (1)
13internal sealed class AuthenticatorAttestationResponse : AuthenticatorResponse
2 references to AuthenticatorResponse
Microsoft.AspNetCore.Identity (2)
DefaultPasskeyHandler.cs (1)
461where TResponse : AuthenticatorResponse
Passkeys\PublicKeyCredential.cs (1)
15where TResponse : notnull, AuthenticatorResponse