Discuss this help topic in SecureBlackbox Forum
Checks whether access token has expired.
Declaration
[C#]
bool IsAccessTokenExpired();
[VB.NET]
Function IsAccessTokenExpired() As Boolean
[Pascal]
function IsAccessTokenExpired : boolean;
[C++]
bool IsAccessTokenExpired();
[PHP]
bool IsAccessTokenExpired()
[Java]
boolean isAccessTokenExpired();
Return value
Returns true if the access token has expired and false otherwise.
Description
Use this method to check if access token has expired or not.
Discuss this help topic in SecureBlackbox Forum