"User Identification" is a property from the GAM Repository to set those attributes identifying a user.
The GAMRepositoryConfiguration web panel (located in GAM Example folder) is an example where this property is used.
The way to use it in GeneXus code (by using the GAM API) is the following:
&Repository.UserIdentification = GAMRepositoryUserIdentifications.NameEmail
Values
Name
Email
Name and Email (default value)
Description
Defines the GAM User Identification strategy. When using "Name and Email" means that both values must be unique, otherwise an error will occur. The "Name" value will check user Identification against the User Name only; while the "Email" value will check uniqueness on the User Email attribute.
See also
GAM Repository features and properties