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 need some clarification about using the AutoFill process and the app signature.
When I use the "smsRetrieverApi" method.
Who is actually responsible for sending the SMS message? My backend server, right?
If my server generates the content of the SMS message, how does it know what the app signature is? (hash)
How do I get this value and transfer to the server?
Does Pinput has a method to get it like getAppSignature?
Or should I use SmartAuth for that?
Do I have a way to get the SmartAuth instance?
Who is actually responsible for verifying the received pin code? My backend server, right?
Does the app listen to SMS messages forever or only on the screen where the pinput is? Do I have control over it?
Just to make sure I understand it correctly, for iOS it will also fill the code automatically like in Android, or it will only show the code in the keyboard so it will fill it by pressing on it manually?
Thanks.
The text was updated successfully, but these errors were encountered:
I generate the SMS from my server and I used SmartAuth to get the App Signature, it worked well on debug mode so far. I did not find any getAppSignature method on pinput package, I just found it on smart_auth package that is a dependecy of pinput package.
Hi,
I need some clarification about using the AutoFill process and the app signature.
When I use the "smsRetrieverApi" method.
How do I get this value and transfer to the server?
Does Pinput has a method to get it like
getAppSignature
?Or should I use SmartAuth for that?
Do I have a way to get the SmartAuth instance?
Thanks.
The text was updated successfully, but these errors were encountered: