pinLogin abstract method

Future<RequestResponse<K>> pinLogin(
  1. String user,
  2. String pin
)

Logs in the user (if successful) using user & pin.

Returns the SessionStatusInfo whether successful or not, wrapped within RequestResponse.

pin is usually a 4-digit.

Implementation

Future<RequestResponse<K>> pinLogin(String user, String pin);