v3.2.0
New features
- Add support for custom fields. Applications are now able to read and write custom fields
into Access Credentials (both Access Requests and Access Grants). This feature is available
via a new option introduced inissueAccessRequest
andapproveAccessRequest
to write the
custom fields, and via a set of dedicated getters in thegetters/
module. A generic getter
is introduced,getCustomFields
, as well as a set of typed helpers, such asgetCustomInteger
.
Typed helpers are available for integers, floats, strings and booleans. - Support new query endpoint: the new
query
function enables querying for Access Credentials using
the newly introduced ESS endpoint.
Full Changelog: v3.1.1...v3.2.0