Table of Contents

Class UserInfo

Namespace
JJConsulting.Infinity.Domain.Identity.Users
Assembly
JJConsulting.Infinity.Domain.dll

Used to store basic user information from JJInfinity.

public sealed class UserInfo : IEntity

Inheritance

Implements

Inherited Members

Properties

Email

[JsonPropertyName("email")]
public string? Email { get; init; }

Property Value

string?

Id

[JsonPropertyName("id")]
public required Guid Id { get; init; }

Property Value

Guid

Name

[JsonPropertyName("name")]
public required string Name { get; init; }

Property Value

string