AuthStorage storage
read / write

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 AuthStorage interface.

It is preferable to use the implementation of AuthStorage from 'package:aqueduct/managed_auth.dart'. See AuthServer for more details.