signIn abstract method
Authenticates an existing user by prompting for an existing passkey.
This function will only return an AuthenticationResponse successfully after the user
identified by loginId
uses their existing passkey on their device.
Implementation
Future<AuthenticationResponse> signIn({required String loginId, SignInOptions? options});