Table of Contents

Class AccountAuthenticateResult

Namespace
The.Web.Security
Assembly
Instagile.Web.Client.dll
public class AccountAuthenticateResult
Inheritance
AccountAuthenticateResult
Inherited Members

Properties

AuthenticatedRealm

public string? AuthenticatedRealm { get; set; }

Property Value

string

AuthenticatedUsername

public required string AuthenticatedUsername { get; set; }

Property Value

string

AuthorisedRoles

public required List<string> AuthorisedRoles { get; set; }

Property Value

List<string>