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 JSON{ "options": ["Password", "Pattern", "SecQA"] } FieldTypeDescriptionoptionsArrayList of credentials that can be updated 🛠️ When is it Triggered? Automatically after onUserLoggedIn. Manually after invoking getAllChallenges(). 🧠 Available Credential Types Credential NameSupported PlatformsDescriptionPasswordAndroid, iOSUser login passwordPatternAndroid onlyDevice unlock patternSecQAAndroid, iOSSecurity Question and Answer Copy Page📌 Event: onCredentialsAvailableForUpdate🔍 Purpose🧾 Sample Payload🛠️ When is it Triggered?🧠 Available Credential Types