package opc.ua.services.common;

import opc.ua.addressspace.datatypes.NodeId;

public class SessionAuthenticationToken extends NodeId {

	/** 
	 * The SessionAuthenticationToken is a subtype of the NodeId data type, 
	 * however, it is never used to identify a Node in the address space. 
	 * Servers may assign a value to the NamespaceIndex, however, 
	 * its meaning is Server specific.
	 */
}
