Click or drag to resize

IOperationServiceAuthenticateByPin Method

Returns credentials bound to user with specified pin.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ICredentials AuthenticateByPin(
	string pin
)

Parameters

pin
Type: SystemString

Return Value

Type: ICredentials
Exceptions
ExceptionCondition
AuthenticationExceptionAuthentication failed.
See Also