Config key: localAuth
This section covers when the user is prompted to confirm their local authentication if it’s set (this can be biometrics like face ID/fingerprint or a pin)
Types: (s) - string, (b) - boolean, (i) - integer
appLoad
- when a user reopens the app after already being logged in and the token is stored behind local authsend
- when completing the send flowwithdraw
- when completing a withdraw
{
"appLoad": true,
"send": true,
"withdraw": true
}