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
10 references to AuthenticatorResponse
Microsoft.AspNetCore.Identity (10)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (4)
122DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse), 124Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 132AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse).GetProperty("ClientDataJSON", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 173global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (4)
99DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse), 101Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 109AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse).GetProperty("ClientDataJSON", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 144global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
PasskeyHandler.cs (1)
555where TResponse : AuthenticatorResponse
Passkeys\PublicKeyCredential.cs (1)
15where TResponse : notnull, AuthenticatorResponse