2 writes to CreatedAt
Microsoft.AspNetCore.Identity (2)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.PasskeyInfoResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.PasskeyInfoResponse(){ CredentialId = (string)args[0],
CreatedAt
= (global::System.DateTimeOffset)args[1] },
IdentityApiEndpointRouteBuilderExtensions.cs (1)
726
CreatedAt
= passkey.CreatedAt,
2 references to CreatedAt
Microsoft.AspNetCore.Identity (2)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.PasskeyInfoResponse.g.cs (2)
103
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.PasskeyInfoResponse)obj).
CreatedAt
,
134
writer.WriteString(PropName_CreatedAt, ((global::Microsoft.AspNetCore.Identity.Data.PasskeyInfoResponse)value).
CreatedAt
);