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 AtKeysIo implementation

  • Can also be brought via AtAuthRequest.atAuthKeys

Step 2 Perform pkam authentication

Implementation

Future<AtAuthResponse> authenticate(AtAuthRequest atAuthRequest);