AuthServer constructor

AuthServer(
  1. App app,
  2. AuthServerSettings _authServerSettings
)

Implementation

AuthServer(this.app, this._authServerSettings);