Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum