EarthoCredentials constructor

EarthoCredentials(
  1. String? tokenType,
  2. String? refreshToken,
  3. String? idToken,
  4. String? scope,
  5. String? recoveryCode,
)

Implementation

EarthoCredentials(this.tokenType, this.refreshToken, this.idToken, this.scope,
    this.recoveryCode);