X509IdentityToken Class
Extends BaseUAObject
Defined in:
Module: services.session
packages\node-opcua-service-session\index.js:51
A token representing a user identified by an X509 certificate.
Constructor
X509IdentityToken
(
-
options
Parameters:
-
options
Object
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
certificateData
ByteString
The certificate.
policyId
String
The policy id specified in a user token policy for the endpoint being used.