* @return A UserAuthenticationData object containing the data requested.
*/
public static UserAuthenticationData authenticate(final FileSystemOptions opts,
final UserAuthenticationData.Type[] authenticatorTypes)
{
final UserAuthenticator auth = DefaultFileSystemConfigBuilder.getInstance().getUserAuthenticator(opts);
return authenticate(auth, authenticatorTypes);
}