Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.OAuth2Authenticated

TElHTTPSession     See also     


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


Specifies whether the client is authenticated to access the protected resource.

Declaration

[C#]
    bool OAuth2Authenticated;

[VB.NET]
    Property OAuth2Authenticated As Boolean

[Pascal]
    property OAuth2Authenticated : boolean;

[C++]
    bool get_OAuth2Authenticated();
    void set_OAuth2Authenticated(bool Value);

[PHP]
    bool get_OAuth2Authenticated()
    void set_OAuth2Authenticated(bool $Value)

[Java]
    boolean getOAuth2Authenticated();
    void setOAuth2Authenticated(boolean Value);

Description

This property returns true when the access token has been received from the server.

See also:     ResetOAuth2    

Discuss this help topic in SecureBlackbox Forum