AuthenticationToken Class |
Namespace: IBM.Watson.DeveloperCloud.Utilities
public class AuthenticationToken
The AuthenticationToken type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthenticationToken | Initializes a new instance of the AuthenticationToken class |
Name | Description | |
---|---|---|
![]() | Created |
The DateTime the token was created.
|
![]() | IsTokenExpired |
Is the token expired.
|
![]() | ServiceName |
The user created service name to keep track of authentication tokens.
|
![]() | TimeUntilExpiration |
Returns the time in minutes until the expiration of the authentication token.
|
![]() | Token |
The token string for authentication.
|