getAuthenticationCookies abstract method

Future<List<Cookie>> getAuthenticationCookies()

Retrieves the authentication cookies.

Returns:

  • A Future that resolves to a list of authentication Cookie objects.

Implementation

Future<List<Cookie>> getAuthenticationCookies();