OAuthClientSecret Parameter (Connect-MySQL Cmdlet)
Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret ). This secret registers the custom application with the OAuth authorization server.
Syntax
Connect-MySQL -OAuthClientSecret string
Data Type
cstr
Default Value
""
Remarks
OAuthClientSecret is one of a handful of connection parameters that need to be set before users can authenticate via OAuth. For details, see Establishing a Connection.