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

OAuthCacheFile Property

The location on disk used to store OAuth settings and cache OAuth tokens.

Syntax

[VB.NET]
Public Property OAuthCacheFile As String

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

Remarks

This file can be used to store OAuth settings and cache OAuth tokens so that they can be used later. Possible stored values are:

  • OauthGrantType
  • OauthClientID
  • OauthClientSecret
  • OauthServerAuthURL
  • OauthServerTokenURL
  • OauthAuthorizationScope
  • OauthToken
  • OauthRefreshToken
  • OauthTokenTimestamp
  • OauthTokenExpiresIn

The component will use any settings stored in the OAuthCacheFile when the SendRequest method is called (or the OAuthToken configuration setting is queried). For more granular control over the OAuth process, you may use the AfterOAuth, BeforeOAuth, and OAuthLaunchBrowser events.

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]