IOperationServiceGetUser Method |
Get user corresponding to specified credentials.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxIUser GetUser(
ICredentials credentials
)
Parameters
- credentials ICredentials
-
The credentials returned by AuthenticateByPin(String) method.
Return Value
IUser
User whose pin has been used to authenticate current plugin.
Exceptions
See Also