authenticateOnSignup property

bool authenticateOnSignup
finalinherited

Specifies if the library should automatically authenticate the user after a successful signup This will be performed just if the system successfully extracts an AuthenticationData from the response or if user have defined a customAutoSignupAuthClbk callback if this is set t true and the library fails to authenticate it will notify the result on the bloc bia AutoSignupAuthResult Defaults to true

Implementation

final bool authenticateOnSignup;