saveAuthenticationInfo abstract method
Saves the authentication information securely.
Parameters:
info
: The SecureAuthenticationInfo containing authentication details.
Returns:
- A Future that completes when the authentication information has been saved.
Implementation
Future<void> saveAuthenticationInfo(SecureAuthenticationInfo info);