AuthProvider constructor

AuthProvider(
  1. String providerId
)

Constructs a new instance with a given provider identifier.

Implementation

AuthProvider(this.providerId);