AuthService constructor

AuthService(
  1. ApiClient client
)

Constructs an AuthService using the provided ApiClient.

Implementation

AuthService(this.client);