TokenCacheItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Token cache item
public sealed class TokenCacheItem
type TokenCacheItem = class
Public NotInheritable Class TokenCacheItem
- Inheritance
-
System.ObjectTokenCacheItem
Properties
AccessToken |
Gets the Access Token requested. |
Authority |
Gets the Authority. |
ClientId |
Gets the ClientId. |
DisplayableId |
Gets the user's displayable Id. |
ExpiresOn |
Gets the Expiration. |
FamilyName |
Gets the FamilyName. |
GivenName |
Gets the GivenName. |
IdentityProvider |
Gets the IdentityProviderName. |
IdToken |
Gets the entire Id Token if returned by the service or null if no Id Token is returned. |
Resource |
Gets the Resource. |
TenantId |
Gets the TenantId. |
UniqueId |
Gets the user's unique Id. |