delegate property

AuthServerDelegate delegate
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:aquedart/managed_auth.dart'. See AuthServer for more details.

Implementation

final AuthServerDelegate delegate;