Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.UseURLParams

TElOAuth2Settings     See also     


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


Specifies how client ID and client secret are sent during authorization.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property UseURLParams : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Normally, during OAuth 2.0 authorization the client provides his identifier and secret in the authorization header field. However, not all authorization servers support this behavior. When communicating with such servers, set UseURLParams to True, and client identifier and client secret will be sent as request parameters. The default value is False.

See also:     GrantType    

Discuss this help topic in SecureBlackbox Forum