AuthenticationData constructor

AuthenticationData({
  1. String? type,
  2. String? session,
})

Implementation

AuthenticationData({this.type, this.session});