setCustomParameters method

TwitterAuthProvider setCustomParameters(
  1. Map<String, String> customOAuthParameters
)

Sets the OAuth custom parameters to pass in a Twitter OAuth request for popup and redirect sign-in operations.

Implementation

TwitterAuthProvider setCustomParameters(
  Map<String, String> customOAuthParameters,
) {
  _parameters = customOAuthParameters;
  return this;
}