3 references to AuthenticatorAssertionResponse
Microsoft.AspNetCore.Identity (3)
DefaultPasskeyHandler.cs (2)
287PublicKeyCredential<AuthenticatorAssertionResponse> credential; 313var response = credential.Response;
IdentityJsonSerializerContext.cs (1)
12[JsonSerializable(typeof(PublicKeyCredential<AuthenticatorAssertionResponse>))]