TDV Adapter for Acumatica

Build 22.0.8462

AuthScheme

The scheme used for authentication. Accepted entries are Basic, OAuth, OAuthImplicit and OAuthPassword.

Possible Values

Auto, Basic, OAuth, OAuthImplicit, OAuthPassword

Data Type

string

Default Value

"Auto"

Remarks

  • Auto: Lets the driver decide automatically based on the other connection properties you have set. Note: In case OAuthGrantType is set to PASSWORD, then the driver will use the Basic AuthScheme, unless the OAuth AuthScheme is specified.
  • Basic: Set this to authenticate using the Basic authentication schema. You need to specify the User, Password and Company connection properties for this schema.
  • OAuth: Set to this to perform OAuth authentication with CODE flow.
  • OAuthImplicit: Set to this to perform OAuth authentication with IMPLICIT flow.
  • OAuthPassword: Set to this to perform OAuth authentication with PASSWORD flow.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462