Click or drag to resize

ITokenPrincipal Properties

The ITokenPrincipal type exposes the following members.

Properties
 NameDescription
Public propertyAccessToken Get the tokens with name and values
Public propertyClaims Gets the claims
(Inherited from IClaimsPrincipal)
Public propertyExpiresAt Get the expiration time
Public propertyIdentities Gets all the identities
(Inherited from IClaimsPrincipal)
Public propertyIdentityGets the identity of the current principal.
(Inherited from IPrincipal)
Public propertyIdentityToken Get the identity token structure
Public propertyRefreshToken Gets the refresh token
Public propertyTokenType Get the token types
Top
See Also