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