There is an AuthenticationBase class in WCF RIA Services. The class definition is as follows:
AuthenticationBase
// assume using System.ServiceModel.DomainServices
It's the new constraint.
It specifies that T must not be abstract and must expose a public parameterless constructor in order to be used as a generic type argument for the AuthenticationBase class.
T