WeiXinAuthCredential constructor

WeiXinAuthCredential(
  1. String token,
  2. String openId,
  3. bool autoCreateUser,
  4. AuthProviderType provider,
)

Implementation

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