Open
Description
The authorizationPeriod and publishedPeriod must:
- be supported correctly in the authorization class -> they be initialized from values obtained from the scope string(s).
- must also be used properly in the exportFilter class -> publishedPeriod must be used in conjunction with publishedMin and publishedMax (and all) within the export process
- the authorization (and associated access_tokens) must be disallowed or destroyed when the authorizationPeriod expires (possibly using RFC 7009).