#ifndef DDS_SECURITY_AC_TOKENS_H
#define DDS_SECURITY_AC_TOKENS_H
#include "dds/ddsi/ddsi_security_msg.h"
#define DDS_ACTOKEN_PERMISSIONS_CREDENTIAL_CLASS_ID "DDS:Access:PermissionsCredential"
#define DDS_ACTOKEN_PROP_PERM_CERT "dds.perm.cert"
#define DDS_ACTOKEN_PERMISSIONS_CLASS_ID "DDS:Access:Permissions:1.0"
#define DDS_ACTOKEN_PROP_C_ID "c.id"
#define DDS_ACTOKEN_PROP_C_PERM "c.perm"
#define DDS_ACTOKEN_PROP_PERM_CA_SN "dds.perm_ca.sn"
#define DDS_ACTOKEN_PROP_PERM_CA_ALGO "dds.perm_ca.algo"
#endif