Deletes the locally stored access token.
@override Future<void> deleteToken() async { await _storage.delete(key: tokenResponseKey); }