Click or drag to resize

IOperationServiceAuthenticateByUser Method

Returns credentials bound to specified user without using pin. Before calling this method plugin must acquires slot from special module with specified client identifier.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
ICredentials AuthenticateByUser(
	IUser user,
	Guid clientId
)

Parameters

user  IUser
The user to authenticate without pin.
clientId  Guid
The calling client identifier.

Return Value

ICredentials
Exceptions
ExceptionCondition
AuthenticationExceptionAuthentication failed.
See Also