AuthScheme Parameter (Connect-Smartsheet Cmdlet)
Specifies the authentication method to use when connecting to Smartsheet.
Syntax
Connect-Smartsheet -AuthScheme string
Possible Values
PersonalAccessToken, OAuthData Type
cstr
Default Value
"PersonalAccessToken"
Remarks
This property specifies whether to use Personal Access Token (PAT) or OAuth for authenticating with Smartsheet. When using PersonalAccessToken, ensure you have a valid token available. For OAuth, configure the necessary OAuth settings, such as OAuthClientId, OAuthClientSecret, and CallbackURL, to enable the provider to perform OAuth-based authentication. Choose the authentication method based on your access requirements and Smartsheet's supported security protocols.