add abstract method
Updates an existing user by adding a new passkey as an authentication method.
The user identified by loginId
must have an active DescopeSession whose refreshJwt
should
be passed as a parameter to this function.
Implementation
Future<void> add({required String loginId, required String refreshJwt});