Interface IUserIdentificationResponse
Response object after successfully identification of an user.
public interface IUserIdentificationResponse
Properties
UserId
Id of the user.
Guid UserId { get; set; }
Response object after successfully identification of an user.
public interface IUserIdentificationResponse
Id of the user.
Guid UserId { get; set; }