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.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxICredentials AuthenticateByUser(
IUser user,
Guid clientId
)
Parameters
- user IUser
-
The user to authenticate without pin.
- clientId Guid
-
The calling client identifier.
Return Value
ICredentials
Exceptions
See Also