You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to use "exchangeCodeForTokens: false" with IDX when authenticating because I don't want the sdk to get the tokens right away. The idx.proceed which is used for all other factors respect the option when passed, but poll does not. After responding to the push notification, the SDk then tries to get the tokens.
Reproduction Steps?
Attempt to call idx.poll with the option exchangeCodeForTokens: false
SDK Versions
Current
Additional Information?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have to use "exchangeCodeForTokens: false" with IDX when authenticating because I don't want the sdk to get the tokens right away. The idx.proceed which is used for all other factors respect the option when passed, but poll does not. After responding to the push notification, the SDk then tries to get the tokens.
Reproduction Steps?
Attempt to call idx.poll with the option exchangeCodeForTokens: false
SDK Versions
Current
Additional Information?
No response
The text was updated successfully, but these errors were encountered: