Load Token by truncated reference (without having an account)
This use case attempts to retrieve a Token by its reference.truncated 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
referencethat contains all information to load a Token. - The
passwordif the Token is protected by a password via itspasswordProtectionproperty.
On Success
- Returns the corresponding Token.
On Failure
- There is no
Tokenthat matches thereference. - The Token is personalized for another Identity via the property
forIdentityof the Token. - No
passwordor an incorrectpasswordwas entered in case of a password protected Token.