baxcloud_verify_sdk 1.2.0
baxcloud_verify_sdk: ^1.2.0 copied to clipboard
BaxCloud Verify SDK for Flutter — SMS OTP verification via BaxVerify
Changelog #
1.2.0 #
BaxVerifyExceptionnow exposes structured API errors:code(e.g.BAXVERIFY_FEATURE_DISABLED,BAXVERIFY_OTP_INVALID),details, and ahelpUrlgetter (dashboard fix link)- Parses the BaxCloud error envelope (
{ success: false, error: { code, message, details } }) - Error codes reference: https://baxcloud.tech/docs/baxverify#error-codes
1.1.0 #
verifyOtpnow returnsaccessToken,tokenType,expiresIn, andexpiresAtVerifyOtpResult.externalAuthhelper for third-party auth adapters ({ id, token })validateVerificationToken()for server-side token validation- Parse Server login example (
example/parse_phone_login.dart)
1.0.0 #
- Initial release
sendOtp,verifyOtp,getStats, andlistLogsmethods