-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will be getAccessTokenSilently available? #687
Comments
@felipesuazo Can you elaborate on what you mean silently here? Because we do refresh the access token silently when you call |
@poovamraj I mean that we use |
This feature is not currently available. We have to implement this in our underlying Android and Swift SDK for it to work here as well. Let me raise this with our product team and get back to you. |
@felipesuazo We already track this as SDK-3998 internally. I have notified the PM about it. We can update here when we go ahead with the implementation but we have no solid timeline. Until then we will close this issue. Please feel free to comment here and we can reopen it. |
@poovamraj thank you! |
any updates about that? |
@vlpopovda We are improving our backlog items. We would be happy to revisit this feature if its still required. Happy to hear more use cases too. |
Checklist
Describe the problem you'd like to have solved
When our app is opened, we use "requireLocalAuthentication" to unlock it. Our access token lasts for 10 minutes, after which, the token is refreshed. We would like this action to happen silently. Is there a way to achieve this currently?
Describe the ideal solution
If we can do it or will we can
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: