Table of Contents

Class MoongateHttpAuthenticatedUser

Namespace
Moongate.Server.Http.Data
Assembly
Moongate.Server.Http.dll

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

string

Role

public required string Role { get; init; }

Property Value

string

Username

public required string Username { get; init; }

Property Value

string