IOperationServiceGetUser Method iikoFront Api V3 Documentation
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: IUser
User whose pin have been used to authenticate current plugin.
See Also

Reference