AuthScheme Parameter (Connect-HubSpot Cmdlet)
The type of authentication to use when connecting to HubSpot.
Syntax
Connect-HubSpot -AuthScheme string
Possible Values
OAuth, PrivateAppTokenData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set to this to perform the OAuth 2.0 authentication.
- PrivateAppToken: Set this to perform Token Based Authentication via the OAuthAccessToken property.