API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

OAuthServerAuthURL Property

The URL of the OAuth authorization server.

Syntax

[VB.NET]
Public Property OAuthServerAuthURL As String

[C#]
public string OAuthServerAuthURL {get; set;}

Remarks

Specifies the URL of the OAuth authorization server used in the OAuth process. This value is used when constructing the URL to which the user will be redirected to authenticate and grant access.

This property must be set before calling SendRequest (or querying OAuthToken) when using OAuth for authentication.

This property is not available at design time.

Default Value

""

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]