AuthNextStep constructor

AuthNextStep({
  1. AuthCodeDeliveryDetails? codeDeliveryDetails,
  2. Map<String, String>? additionalInfo,
})

Implementation

AuthNextStep({this.codeDeliveryDetails, this.additionalInfo});