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