API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

OAuthCacheFile Property

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

Syntax

public String getOAuthCacheFile();
public void setOAuthCacheFile(String OAuthCacheFile);

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 bean 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 Java Edition - Version 16.0 [Build 7709]