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