Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.AuthURL

TElOAuth2Settings     See also     


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


Specifies the authorization endpoint URL.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property AuthURL : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to specify the URL of the authorization server. This property should be set when GrantType equals to oauthAuthorizationCode or oauthImplicit.

See also:     RedirectURL     TokenURL     GrantType    

Discuss this help topic in SecureBlackbox Forum