Interface IAnybillClientUserModule
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
UserIdentificationThe data to identify the user.
cancellationToken
CancellationTokenThe cancellation token.
Returns
- Task<IUserIdentificationResponse>
Id of the user, if user exists.s