PCLogin
Struct contains information about login session
-
System ID associated with login session
-
QR code expiration time
-
Creates PCLogin instance from JSON source
-
Returns transaction associated with this login session
To confirm or decline this transaction you should use
PCLogin.confirm(...)
orPCLogin.decline(...)
method.User’s password should be submitted before logining in
-
Confirms login
-
Declines login