signOutOnSuccessfulVerification property

bool signOutOnSuccessfulVerification
final

If true, the user is signed out before the onLoginSuccess callback is fired when the OTP is verified successfully.

Is useful when you only want to verify phone number, and not actually sign in the user.

Defaults to false

Implementation

final bool signOutOnSuccessfulVerification;