Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.IsAccessTokenExpired

TElHTTPSession     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     IsExpired    

Discuss this help topic in SecureBlackbox Forum