getSavedAuthenticationInfo abstract method
Retrieves the saved authentication information.
Returns:
- A Future that resolves to the SecureAuthenticationInfo if available,
otherwise
null
.
Implementation
Future<SecureAuthenticationInfo?> getSavedAuthenticationInfo();