Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Utilities.AuthenticationToken Class Reference

The authentication token object. More...

Properties

string Token [get, set]
 The token string for authentication. More...
 
DateTime Created [get, set]
 The DateTime the token was created. More...
 
string ServiceName [get, set]
 The user created service name to keep track of authentication tokens. More...
 
double TimeUntilExpiration [get]
 Returns the time in minutes until the expiration of the authentication token. More...
 
bool IsTokenExpired [get]
 Is the token expired. More...
 

Detailed Description

The authentication token object.

Property Documentation

DateTime IBM.Watson.DeveloperCloud.Utilities.AuthenticationToken.Created
getset

The DateTime the token was created.

bool IBM.Watson.DeveloperCloud.Utilities.AuthenticationToken.IsTokenExpired
get

Is the token expired.

string IBM.Watson.DeveloperCloud.Utilities.AuthenticationToken.ServiceName
getset

The user created service name to keep track of authentication tokens.

double IBM.Watson.DeveloperCloud.Utilities.AuthenticationToken.TimeUntilExpiration
get

Returns the time in minutes until the expiration of the authentication token.

string IBM.Watson.DeveloperCloud.Utilities.AuthenticationToken.Token
getset

The token string for authentication.


The documentation for this class was generated from the following file: