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
We are unable to fetch the Security key challengeData using SDK and there are no contextual data models in SDK
What is expected to happen?
Able to read the challengeData for security key Authentication.
What is the actual behavior?
We are unable to read the challenge Data for Authenticating the security key
Reproduction Steps?
Start the Authentication.
Select Security Key Factor to Authenticate.
We need Challenge Data to Authenticate the Security key but unable to read it.
guard let currentAuthenticator = response.authenticators.current else{return}
if currentAuthenticator.type == .securityKey {
let contextualData = currentAuthenticator.contextualData // No ContextualData
}
Additional Information?
No response
SDK Version(s)
3.0.8
Build Information
No response
The text was updated successfully, but these errors were encountered:
Hi @anweshannu, my apologies for the delay. We don't currently support security key or other authentication factors. The contextualData for those authenticators isn't exposed.
Which authenticator types are you trying to support in your app?
Describe the bug?
We are unable to fetch the Security key challengeData using SDK and there are no contextual data models in SDK
What is expected to happen?
Able to read the challengeData for security key Authentication.
What is the actual behavior?
We are unable to read the challenge Data for Authenticating the security key
Reproduction Steps?
if currentAuthenticator.type == .securityKey {
let contextualData = currentAuthenticator.contextualData // No ContextualData
}
Additional Information?
No response
SDK Version(s)
3.0.8
Build Information
No response
The text was updated successfully, but these errors were encountered: