Values.AuthenticationMethodItemSourceA structure that describes an authentication method and its type.
type nonrec t = {authenticationMethodType : AuthenticationMethodType.t option;The type of authentication that is used by this method.
*)authenticationMethod : AuthenticationMethod.t option;A structure that describes an authentication method. The contents of this structure is determined by the AuthenticationMethodType.
*)}