HuaweiAuthCredential constructor

HuaweiAuthCredential(
  1. String token,
  2. bool autoCreateUser,
  3. AuthProviderType provider
)

Implementation

HuaweiAuthCredential(
    this.token, this.autoCreateUser, AuthProviderType provider)
    : super(provider);