AuthToken constructor

AuthToken({
  1. required TokenType tokenType,
  2. required String token,
})

Implementation

AuthToken({required this.tokenType, required this.token});