onCredentialsAvailableForUpdate

📌 Event: onCredentialsAvailableForUpdate

🔍 Purpose

This event is triggered after successful login or when the app invokes getAllChallenges() to inform the app that certain credentials can be updated (e.g. password, security questions, pattern).

🧾 Sample Payload

{
  "options": ["Password", "Pattern", "SecQA"]
}
FieldTypeDescription
optionsArrayList of credentials that can be updated

🛠️ When is it Triggered?

  • Automatically after onUserLoggedIn.
  • Manually after invoking getAllChallenges().

🧠 Available Credential Types

Credential NameSupported PlatformsDescription
PasswordAndroid, iOSUser login password
PatternAndroid onlyDevice unlock pattern
SecQAAndroid, iOSSecurity Question and Answer