Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.Complete

TElOAuth2Settings     See also     


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


Returns True if the authorization process completed successfully.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Complete : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to check if client's authorization has completed successfully, and the authorization server has issued an access token.

See also:     AccessToken    

Discuss this help topic in SecureBlackbox Forum