Get user corresponding to specified credentials.
Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
IUser GetUser( ICredentials credentials )
Parameters
- credentials
- Type: Resto.Front.Api.V3.Data.SecurityICredentials
The credentials returned by AuthenticateByPin(String) method.
Return Value
Type: IUserUser whose pin have been used to authenticate current plugin.
See Also