You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Creates an Authorization to rotate primary key of the signing Identity to an existing secondary key identified by the `targetAccount`
143
+
*
144
+
* @note the given `targetAccount` must be an existing secondaryKey or unlinked to any other Identity
145
+
* @note this creates an {@link api/entities/AuthorizationRequest!AuthorizationRequest | Authorization Requests} which have to be accepted by the `targetAccount` along with the optional CDD authorization generated by CDD provider attesting the rotation of primary key
146
+
* An {@link api/entities/Account!Account} or {@link api/entities/Identity!Identity} can fetch its pending Authorization Requests by calling {@link api/entities/common/namespaces/Authorizations!Authorizations.getReceived | authorizations.getReceived}.
147
+
* Also, an Account or Identity can directly fetch the details of an Authorization Request by calling {@link api/entities/common/namespaces/Authorizations!Authorizations.getOne | authorizations.getOne}
148
+
* @throws if the given `targetAccount` is linked with another Identity
149
+
* @throws if the given `targetAccount` is already the primary key of the signing Identity
150
+
* @throws if the given `targetAccount` already has a pending invitation to become the primary key of the signing Identity
0 commit comments