Click or drag to resize

IOperationService.AuthenticateByUser 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.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
ICredentials AuthenticateByUser(
	IUser user,
	Guid clientId
)

Parameters

user
Type: Resto.Front.Api.Data.Security.IUser
The user to authenticate without pin.
clientId
Type: System.Guid
The calling client identifier.

Return Value

Type: ICredentials
Exceptions
ExceptionCondition
AuthenticationExceptionAuthentication failed.
See Also