AuthorizationTokenMap
An Object which maps String scope
* and AuthorizationTokenDescriptor
KeyValuePairs to SecurityPolicy keys. Example:
{
"<security-policy-a>": {
"<scope>": {...}
},
"<security-policy-b>": {
"<scope-a>": {...},
"<scope-b>": {...}
}
}
*scope: The ServiceOperationName or ServiceName if the token in the AuthorizationTokenDescriptor
is valid for all the operations: