Click or drag to resize

AuthenticationToken Properties

The AuthenticationToken type exposes the following members.

Properties
  NameDescription
Public propertyCreated
The DateTime the token was created.
Public propertyIsTokenExpired
Is the token expired.
Public propertyServiceName
The user created service name to keep track of authentication tokens.
Public propertyTimeUntilExpiration
Returns the time in minutes until the expiration of the authentication token.
Public propertyToken
The token string for authentication.
Top
See Also