Load Token created by others
This use case intends to load a peer’s Token from the Backbone by a given reference to the Token.
Parameters
You can execute this use case if you know the reference.truncated of the peer’s Token.
referencethat identifies the Token.ephemeralto indicate that the Token should be stored locally.- The
passwordif the Token is protected by a password via itspasswordProtectionproperty.
On Success
- Returns the corresponding Token.
On Failure
- The parameters are malformed.
- The Token does not exist.
- The Token is expired.
- The Token is personalized for a different Identity via the property
forIdentityof the Token. - No
passwordor an incorrectpasswordwas entered in case of a password protected Token.