Load Token by truncated reference (without having an account)
This use case attempts to retrieve a Token
by its truncatedReference
without having an account on the Backbone, thus without an authentication.
This can be used to fetch Tokens
for Device Onboarding or Recovery.
Parameters
- The
reference
that contains all information to load a Token.
On Success
- Returns the corresponding Token.
On Failure
- There is no
Token
that matches thereference
.