AuthProviderClient constructor

AuthProviderClient(
  1. AuthClientCore _core
)

Creates a provider client backed by the shared client transport.

Implementation

AuthProviderClient(this._core);