WeiBoAuthCredential constructor

WeiBoAuthCredential(
  1. String token,
  2. String uid,
  3. bool autoCreateUser,
  4. AuthProviderType provider,
)

Implementation

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