MoveAuth constructor

MoveAuth(
  1. String projectId,
  2. String userId,
  3. String accessToken,
  4. String refreshToken,
)

Implementation

MoveAuth(
  this.projectId,
  this.userId,
  this.accessToken,
  this.refreshToken,
);