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.
  • The password if the Token is protected by a password via its passwordProtection property.

On Success

  • Returns the corresponding Token.

On Failure

  • There is no Token that matches the reference.
  • The Token is personalized for another Identity via the property forIdentity of the Token.
  • No password or an incorrect password was entered in case of a password protected Token.