Table of Contents

Class AuthenticatedUser

Namespace
arolariu.Backend.Core.Auth.Models
Assembly
arolariu.Backend.Core.Auth.dll

To complete.

public class AuthenticatedUser : IdentityUser<Guid>
Inheritance
AuthenticatedUser
Inherited Members

Properties

DateOfBirth

The date of birth of the user.

[PersonalData]
public DateOnly DateOfBirth { get; set; }

Property Value

DateOnly

Name

The name of the user.

[PersonalData]
public string? Name { get; set; }

Property Value

string