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 e616138 commit f89477fCopy full SHA for f89477f
ios/A0Auth0.mm
@@ -81,7 +81,7 @@ - (dispatch_queue_t)methodQueue
81
RCT_EXPORT_METHOD(initializeAuth0WithConfiguration:(NSString *)clientId
82
domain:(NSString *)domain
83
localAuthenticationOptions:(NSDictionary * _Nullable)localAuthenticationOptions
84
- useDPoP:(NSNumber *)useDPoP
+ useDPoP:(nonnull NSNumber *)useDPoP
85
resolve:(RCTPromiseResolveBlock)resolve
86
reject:(RCTPromiseRejectBlock)reject) {
87
[self tryAndInitializeNativeBridge:clientId domain:domain withLocalAuthenticationOptions:localAuthenticationOptions useDPoP:useDPoP resolve:resolve reject:reject];
0 commit comments