Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.ExpiresIn

TElOAuth2Client     See also     


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


Returns access token lifetime in seconds.

Declaration

[C#]
    int ExpiresIn;

[VB.NET]
    Property ExpiresIn As Integer

[Pascal]
    property ExpiresIn : Integer;

[C++]
    int32_t get_ExpiresIn();

[PHP]
    integer get_ExpiresIn()

[Java]
    int getExpiresIn();

Description

    Use this property to get the access token lifetime in seconds. This value is returned by the authorization server together with the access token. To check the token's expiration moment, use ExpiresAt property.

See also:     AccessToken     ExpiresAt    

Discuss this help topic in SecureBlackbox Forum