Class MoongateHttpAuthenticatedUser
Represents an authenticated user returned by the HTTP authentication bridge.
public sealed class MoongateHttpAuthenticatedUser
- Inheritance
-
MoongateHttpAuthenticatedUser
- Inherited Members
Properties
AccountId
public required string AccountId { get; init; }
Property Value
Role
public required string Role { get; init; }
Property Value
Username
public required string Username { get; init; }