AuthCredentialVO constructor

const AuthCredentialVO({
  1. String? accessToken,
  2. String? providerId,
  3. String? signInMethod,
  4. int? token,
})

Implementation

const AuthCredentialVO({
  this.accessToken,
  this.providerId,
  this.signInMethod,
  this.token,
});