Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.CheckTargetHost

TElOAuth2Settings     See also     


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


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.

See also:     TargetHost    

Discuss this help topic in SecureBlackbox Forum