setCustomParameters method
Sets the OAuth custom parameters to pass in a Yahoo OAuth request for popup and redirect sign-in operations.
Implementation
YahooAuthProvider setCustomParameters(
Map<dynamic, dynamic> customOAuthParameters,
) {
_parameters = customOAuthParameters;
return this;
}