Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • TST/ATS-oneM2M-Types-Release-4
1 result
Show changes
Commits on Source (1)
......@@ -2740,7 +2740,7 @@ with {
type record DynAuthRelMapResponse
{
record length(1 .. infinity) of TokenID tokenIDs optional,
record length(1 .. infinity) of DynAuthJWT tokens optional,
RecordOfDynAuthJWT tokens optional,//TODO Use the RecordOfDynAuthJWT
XSD.Boolean authorSignReqInfo optional,
SignatureList signature_ optional
}
......@@ -6870,7 +6870,7 @@ type record RequestPrimitive
XSD.String groupRequestIdentifier optional,
FilterCriteria filterCriteria optional,
DesIdResType desiredIdentifierResultType optional,
record length(1 .. infinity) of DynAuthJWT tokens optional,
RecordOfDynAuthJWT tokens optional,//TODO Use the RecordOfDynAuthJWT
record length(1 .. infinity) of TokenID tokenIDs optional,
record length(1 .. infinity) of XSD.NCName localTokenIDs optional,
XSD.Boolean tokenRequestIndicator optional,
......