pinLogin abstract method
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);