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

OAuthServerTokenURL Property

The URL used to obtain the OAuth access token.

Syntax

[VB.NET]
Public Property OAuthServerTokenURL As String

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

Remarks

Specifies the URL where the OAuth grant will be exchanged for the OAuth access token. This is typically a separate HTTP endpoint on the OAuth authorization server.

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]