signIn abstract method

Future<AuthenticationResponse> signIn({
  1. required String loginId,
  2. SignInOptions? options,
})

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});