OAuthClientId Parameter (Connect-MySQL Cmdlet)
Specifies the client Id that was assigned the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server.
Syntax
Connect-MySQL -OAuthClientId string
Data Type
cstr
Default Value
""
Remarks
OAuthClientId 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.