Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Account

Mika Berglund edited this page Jan 31, 2021 · 2 revisions

Account Class

Contains information about an account that is represented by the tokens in an AuthenticationResult class instance.

Properties

Name Type Description
UserName string The username of the account.
Name string The display name of the account.
IdTokenClaims Dictionary<string, object> The claims containing information about the account.
Sid string The security identifier of the account.
Environment string The environment the account originated from.

Clone this wiki locally