AuthManager constructor

AuthManager(
  1. TokenStore _store
)

Creates an authentication manager backed by _store.

Implementation

AuthManager(this._store);