AuthScheme Parameter (Connect-Kintone Cmdlet)
Whether to connect to Kintone with User/Password or APIToken or OAuth.
Syntax
Connect-Kintone -AuthScheme string
Possible Values
Password, APIToken, OAuthData Type
cstr
Default Value
"Password"
Remarks
- Password: Set this to perform Password authentication.
- APIToken: Set this to perform APIToken authentication.
- OAuth: Set this to perform OAuth 2.0 authentication.