setCodeVerifierForOAuth (wsCONNECT)
Compatible with:
- Purpose
- This command is used for OAuth authentication type. This command is used for grant type authorization code with PKCE (Proof Key Code for Exchange). The code verifier is a cryptographically random string using the characters A-Z, a-z, 0-9, and the punctuation characters “-“, “.”, “_”, “~” (hyphen, period, underscore, and tilde), between 43 and 128 characters long. This is an optional command and if not specified system will auto generate the code verifier.
- Syntax
- setCodeVerifierForOAuth (random string 43-128 chanracters long)
- Target
- {Variable/random string}
- Value
- N/A
- Return Value
- N/A
Example(s):