InfobipAuthResult constructor

InfobipAuthResult({
  1. String? token,
  2. Exception? error,
})

Implementation

InfobipAuthResult({this.token, this.error});