AuthToken constructor

AuthToken({
  1. required String tokenId,
  2. required String userId,
  3. required String tokenHash,
  4. required String name,
})

Implementation

AuthToken({required this.tokenId, required this.userId, required this.tokenHash, required this.name});