Click or drag to resize

AuthenticationToken Class

The authentication token object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.UtilitiesAuthenticationToken

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AuthenticationToken

The AuthenticationToken type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationToken
Initializes a new instance of the AuthenticationToken class
Top
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