Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.ExpiresAt

TElOAuth2Client     See also     


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


Returns access token expiration time.

Declaration

[C#]
    DateTime ExpiresAt;

[VB.NET]
    Property ExpiresAt As DateTime

[Pascal]
    property ExpiresAt : TElDateTime;

[C++]
    int64_t get_ExpiresAt();

[PHP]
    DateTime get_ExpiresAt()

[Java]
    Date getExpiresAt();

Description

    Use this property to check the moment when the token expires. The value of this property is computed from ExpiresIn value returned by the authorization server.

See also:     AccessToken     ExpiresIn    

Discuss this help topic in SecureBlackbox Forum