AuthenticationRecaptcha constructor

AuthenticationRecaptcha({
  1. required String session,
  2. required String response,
})

Implementation

AuthenticationRecaptcha({required String session, required this.response})
    : super(
        type: AuthenticationTypes.recaptcha,
        session: session,
      );