authenticate abstract method

Future<AtAuthResponse> authenticate(
  1. AtAuthRequest atAuthRequest
)

Authenticate method is invoked when an atsign wants to authenticate to secondary server with an .atKeys file Step 1. Read the keys from atAuthRequest.atAuthKeys or atAuthRequest.atKeysFilePath Step 2 Perform pkam authentication

Implementation

Future<AtAuthResponse> authenticate(AtAuthRequest atAuthRequest);