saveAuthenticationInfo abstract method

Future<void> saveAuthenticationInfo(
  1. SecureAuthenticationInfo info
)

Saves the authentication information securely.

Parameters:

Returns:

  • A Future that completes when the authentication information has been saved.

Implementation

Future<void> saveAuthenticationInfo(SecureAuthenticationInfo info);