Discuss this help topic in SecureBlackbox Forum
Specifies how client ID and client secret are sent during authorization.
Declaration
[C#/Java]
bool CheckTargetHost;
[VB.NET]
Property CheckTargetHost As Boolean
[Pascal]
property CheckTargetHost : boolean;
[C++]
bool get_CheckTargetHost();
void set_CheckTargetHost(bool Value);
[PHP]
bool get_CheckTargetHost()
void set_CheckTargetHost(bool $Value)
Description
Set this property to True to check if the acquired access token corresponds to the TargetHost.
The default value is True.
Discuss this help topic in SecureBlackbox Forum