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