RefreshToken constructor

RefreshToken({
  1. String applicationId,
  2. Map<String, dynamic> data,
  3. String id,
  4. num insertInstant,
  5. MetaData metaData,
  6. num startInstant,
  7. String tenantId,
  8. String token,
  9. String userId,
})

Implementation

RefreshToken(
    {this.applicationId,
    this.data,
    this.id,
    this.insertInstant,
    this.metaData,
    this.startInstant,
    this.tenantId,
    this.token,
    this.userId});