Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.Complete

TElOAuth2Client     See also     


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


Returns True if the authorization process completed successfully.

Declaration

[C#]
    bool Complete;

[VB.NET]
    Property Complete As Boolean

[Pascal]
    property Complete : Boolean;

[C++]
    bool get_Complete();

[PHP]
    bool get_Complete()

[Java]
    boolean getComplete();

Description

    Use this property to check if the authorization of the client completed successfully.

See also:     Process     Start    

Discuss this help topic in SecureBlackbox Forum