Table of Contents

Class MoongateHttpLoginResponse

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

Login response payload containing the generated JWT token.

public sealed class MoongateHttpLoginResponse
Inheritance
MoongateHttpLoginResponse
Inherited Members

Properties

AccessToken

public required string AccessToken { get; init; }

Property Value

string

AccountId

public required string AccountId { get; init; }

Property Value

string

ExpiresAtUtc

public required DateTimeOffset ExpiresAtUtc { get; init; }

Property Value

DateTimeOffset

Role

public required string Role { get; init; }

Property Value

string

TokenType

public required string TokenType { get; init; }

Property Value

string

Username

public required string Username { get; init; }

Property Value

string