baxcloud_verify_sdk 1.2.0 copy "baxcloud_verify_sdk: ^1.2.0" to clipboard
baxcloud_verify_sdk: ^1.2.0 copied to clipboard

BaxCloud Verify SDK for Flutter — SMS OTP verification via BaxVerify

Changelog #

1.2.0 #

  • BaxVerifyException now exposes structured API errors: code (e.g. BAXVERIFY_FEATURE_DISABLED, BAXVERIFY_OTP_INVALID), details, and a helpUrl getter (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 #

  • verifyOtp now returns accessToken, tokenType, expiresIn, and expiresAt
  • VerifyOtpResult.externalAuth helper 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, and listLogs methods
0
likes
160
points
141
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

BaxCloud Verify SDK for Flutter — SMS OTP verification via BaxVerify

Homepage

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on baxcloud_verify_sdk