AuthenticationService constructor

AuthenticationService(
  1. AuthenticationApiService _authenticationApiService,
  2. AuthInfo _authInfo
)

Implementation

AuthenticationService(this._authenticationApiService, this._authInfo);