AuthGateway constructor

AuthGateway(
  1. KeyClient client,
  2. TokenProvider tokenProvider
)

Implementation

AuthGateway(this.client, this.tokenProvider);