AuthenticationRecord interface
The record to use to find the cached tokens in the cache.
Properties
authority | The associated authority, if used. |
client |
The associated client ID. |
home |
The home account Id. |
tenant |
The associated tenant ID. |
username | The username of the logged in account. |
Property Details
authority
The associated authority, if used.
authority: string
Property Value
string
clientId
The associated client ID.
clientId: string
Property Value
string
homeAccountId
The home account Id.
homeAccountId: string
Property Value
string
tenantId
The associated tenant ID.
tenantId: string
Property Value
string
username
The username of the logged in account.
username: string
Property Value
string