File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,9 @@ - (dispatch_queue_t)methodQueue
120120 NSInteger maxAgeValue = maxAge != nil ? [maxAge integerValue ] : 0 ;
121121 NSInteger leewayValue = leeway != nil ? [leeway integerValue ] : 0 ;
122122 NSInteger safariStyleValue = safariViewControllerPresentationStyle != nil ? [safariViewControllerPresentationStyle integerValue ] : 0 ;
123- [self .nativeBridge webAuthWithScheme: scheme state: state redirectUri: redirectUri nonce: nonce audience: audience scope: scope connection: connection maxAge: maxAgeValue organization: organization invitationUrl: invitationUrl leeway: leewayValue ephemeralSession: ephemeralSession safariViewControllerPresentationStyle: safariStyleValue additionalParameters: additionalParameters resolve: resolve reject: reject];
123+ BOOL ephemeralSessionBool = [ephemeralSession boolValue ];
124+
125+ [self .nativeBridge webAuthWithScheme: scheme state: state redirectUri: redirectUri nonce: nonce audience: audience scope: scope connection: connection maxAge: maxAgeValue organization: organization invitationUrl: invitationUrl leeway: leewayValue ephemeralSession: ephemeralSessionBool safariViewControllerPresentationStyle: safariStyleValue additionalParameters: additionalParameters resolve: resolve reject: reject];
124126}
125127
126128
You can’t perform that action at this time.
0 commit comments