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

Parameters

user
Type: Resto.Front.Api.Data.SecurityIUser
The user to authenticate without pin.
clientId
Type: SystemGuid
The calling client identifier.

Return Value

Type: ICredentials
Exceptions
ExceptionCondition
AuthenticationExceptionAuthentication failed.
See Also