aad_oauth
auth_storage
AuthStorage
clear method
clear
clear
method
Null safety
Future
clear
(
)
Implementation
Future clear() async { await _secureStorage.delete(key: _tokenIdentifier); }
aad_oauth
auth_storage
AuthStorage
clear method
AuthStorage class
Constructors
AuthStorage
Properties
emptyToken
hashCode
runtimeType
Methods
clear
loadTokenFromCache
noSuchMethod
saveTokenToCache
toString
Operators
operator ==