Table of Contents

Interface IAnybillClientUserModule

Namespace
anybill.POS.Client.Modules
Assembly
anybill.POS.Client.Abstractions.dll

Module of the IAnybillClient for working with the user.

public interface IAnybillClientUserModule

Methods

IdentifyAsync(UserIdentification, CancellationToken)

Identify user by userId, loyaltyCardBarcode or externalId

Task<IUserIdentificationResponse> IdentifyAsync(UserIdentification userIdentification, CancellationToken cancellationToken = default)

Parameters

userIdentification UserIdentification

The data to identify the user.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<IUserIdentificationResponse>

Id of the user, if user exists.s