delegate property Null safety
final
The object responsible for carrying out the storage mechanisms of this instance.
This instance is responsible for storing, fetching and deleting instances of AuthToken, AuthCode and AuthClient by implementing the AuthServerDelegate interface.
It is preferable to use the implementation of AuthServerDelegate from 'package:conduit_core/managed_auth.dart'. See AuthServer for more details.
Implementation
final AuthServerDelegate delegate;