Cmdlets for Acumatica

Build 24.0.9060

AuthScheme Parameter (Connect-Acumatica Cmdlet)

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

Syntax

Connect-Acumatica -AuthScheme string

Possible Values

Basic, OAuth, OAuthImplicit, OAuthPassword

Data Type

cstr

Default Value

"Basic"

Remarks

  • 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) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060