TokenResponse constructor

TokenResponse(
  1. String id,
  2. String access,
  3. String refresh
)

Implementation

TokenResponse(this.id, this.access, this.refresh);