AuthenticationMethod

public enum AuthenticationMethod
{
None = 0,
KBA = 1,
Password = 2,
SMS = 3,
DocumentReview = 4,
PIN = 5
}