HamugaIdResponse constructor

HamugaIdResponse({
  1. String? code,
  2. String? state,
  3. String? error,
  4. String? errorDescription,
})

Creates a new HamugaIdResponse instance.

Implementation

HamugaIdResponse({this.code, this.state, this.error, this.errorDescription});