Mint a one-time confirmation token for a large cross-account copy.
Call this after objectCopy returns AppError { kind: "Validation", details.field: "confirmed_token" }. The returned token is bound to the
given (profileId, source, destination) scope and expires after 5 minutes.
Pass it back to objectCopy as confirmedToken.
Mint a one-time confirmation token for a large cross-account copy.
Call this after
objectCopyreturnsAppError { kind: "Validation", details.field: "confirmed_token" }. The returned token is bound to the given (profileId, source, destination) scope and expires after 5 minutes. Pass it back toobjectCopyasconfirmedToken.