diff --git a/android/src/main/java/com/RNAppleAuthentication/AppleAuthenticationAndroidModule.java b/android/src/main/java/com/RNAppleAuthentication/AppleAuthenticationAndroidModule.java index 3f87a598..f751d937 100644 --- a/android/src/main/java/com/RNAppleAuthentication/AppleAuthenticationAndroidModule.java +++ b/android/src/main/java/com/RNAppleAuthentication/AppleAuthenticationAndroidModule.java @@ -150,7 +150,7 @@ public void configure(ReadableMap configObject) { .clientId(clientId) .redirectUri(redirectUri) .responseType(SignInWithAppleConfiguration.ResponseType.ALL) - .scope(SignInWithAppleConfiguration.Scope.ALL) + .scope(scope) .state(state) .rawNonce(rawNonce) .nonce(nonce)