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