Create Token QR code for own RelationshipTemplate
Creates a QR code for a Token of a given RelationshipTemplate.
Parameters
templateId
is theid
of the RelationshipTemplate the Token and its QR code should be created for.expiresAt
is the ISODateTime the Token expires at.forIdentity
can be set to an enmeshed address. If set, only the Identity with thataddress
can load the Token from the Backbone.
On Success
- Returns the created QR code, whose content is Base64-encoded.
On Failure
templateId
does not resolve to a RelationshipTemplate.expiresAt
lies in the past.