We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ef715 commit 4f9102bCopy full SHA for 4f9102b
android/src/main/java/com/rnappauth/RNAppAuthModule.java
@@ -268,7 +268,7 @@ public void onFetchConfigurationCompleted(
268
@Nullable AuthorizationServiceConfiguration fetchedConfiguration,
269
@Nullable AuthorizationException ex) {
270
if (ex != null) {
271
- promise.reject("token_refresh_failed", getErrorMessage(ex));
+ promise.reject("service_configuration_fetch_error", getErrorMessage(ex));
272
return;
273
}
274
0 commit comments