× Docs Platform Dashboard Extensions Applications Building Merchants Sign in

Local authentication

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 auth
  • send - when completing the send flow
  • withdraw - when completing a withdraw
{
  "appLoad": true,
  "send": true,
  "withdraw": true
}