OptionalcodeOptionalcodePKCE Code verifier used to exchange for a token.
OptionalredirectOAuth redirection URI, see here for more details.
Set the default value via MtLinkSdk.init
OptionalstateThe state parameter for OAuth flows, see here for more details.
If you generate an identifier for the OAuth authorization on your server make sure to set this value explicitly so that you can use it to acquire the access token after the OAuth redirect occurs.
The default value is a randomly generated uuid, or set via MtLinkSdk.init
Authorization code from OAuth redirection used to exchange for a token.