package opc.ua.services;

public enum SecurityTokenRequestType {

	/**
	 * The type of SecurityToken request:
	 *    An enumeration that shall be one of the following:
	 * ISSUE_0           creates a new SecurityToken for a new SecureChannel.
	 * RENEW_1           creates a new SecurityToken for an existing SecureChannel.
	 */
}
