AuthCredential constructor

  1. @protected
const AuthCredential({
  1. required String providerId,
  2. required String signInMethod,
  3. int? token,
  4. String? accessToken,
})

Implementation

@protected
const AuthCredential({
  required this.providerId,
  required this.signInMethod,
  this.token,
  this.accessToken,
});