AuthenticationResult constructor

AuthenticationResult(
  1. MedTechApi medTechApi,
  2. Tuple2<String, String> keyPair,
  3. String token,
  4. String groupId,
  5. String userId,
)

Implementation

AuthenticationResult(this.medTechApi, this.keyPair, this.token, this.groupId, this.userId);