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

OAuthClientSecret Property

The OAuth Client Secret assigned to the registered application.

Syntax

[VB.NET]
Public Property OAuthClientSecret As String

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

Remarks

This property holds the OAuth Client Secret that was assigned when initially registering your application with the OAuth authorization server.

This property must be set before calling SendRequest (or querying OAuthToken) when using OAuth for authentication. If an OAuthCacheFile is specified at that time, then this value will be stored in it.

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]